1
0
mirror of https://github.com/github/gitignore synced 2024-12-03 00:45:42 +01:00
gitignore/Android.gitignore

43 lines
506 B
Plaintext
Raw Normal View History

# Common ignores
.DS_Store
*~
~*
*.bk
*.bak
*.log
*.tmp
*.swp
# Android specific ignores
2010-11-08 22:26:12 +01:00
*.apk
*.ap_
*.dex
# Java ignores
2010-11-08 22:26:12 +01:00
*.class
# Android standard project ignores
bin/
gen/
local.properties
# Eclipse project ignores (With annotations generated files)
.classpath
.project
.factorypath
.apt_generated/
.settings/
# Proguard folder generated by Eclipse
proguard/
# Intellij project ignores
.idea/
*.iml
*.ipr
*.iws
# Maven standard project ignores (With Idea generated)
gen-external-apklibs/
target/