Merge branch 'develop' into refresh_folder_contents_when_browsed_into
[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 gen/
14 target/
15
16 # Local configuration file (sdk path, etc)
17 local.properties
18
19 # Mac .DS_Store files
20 .DS_Store