[tx-robot] updated from transifex
[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 *.iml
15 gen/
16 target/
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