e13e5a5eed3877bad47c52dbc66325eb840c406b
[pub/Android/ownCloud.git] / .gitignore
1 # built application files
2 *.apk
3 *.ap_
4
5 # files for the dex VM
6 *.dex
7
8 # Java class files
9 *.class
10
11 # generated files
12 bin/
13 build/
14 gen/
15 target/
16
17 # Local configuration files (sdk path, etc)
18 local.properties
19 oc_workaround/local.properties
20 oc_framework/local.properties
21 oc_framework-test-project/local.properties
22 tests/local.properties
23
24 # Mac .DS_Store files
25 .DS_Store
26
27 # Proguard README
28 proguard-project.txt
29 oc_workaround/proguard-project.txt
30 oc_framework/proguard-project.txt
31 oc_framework-test-project/proguard-project.txt
32 tests/proguard-project.txt
33
34 # IntelliJ and Gradle specific entries
35 .gradle
36 .idea/workspace.xml
37 .idea/tasks.xml
38 .idea/libraries/*.xml
39 dataSources.ids
40 datasources.xml
41 gradle.xml
42 build
43
44 # Actionbarsherlock is now ignored since scripts takes care of init the sub-modules.
45 actionbarsherlock