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