2013-09-24 09:28:48 +03:00
|
|
|
# Common ignores
|
|
|
|
.DS_Store
|
|
|
|
*~
|
|
|
|
~*
|
|
|
|
*.bk
|
|
|
|
*.bak
|
|
|
|
*.log
|
|
|
|
*.tmp
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# Android specific ignores
|
2010-11-09 05:26:12 +08:00
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
*.dex
|
|
|
|
|
2013-09-24 09:28:48 +03:00
|
|
|
# Java ignores
|
2010-11-09 05:26:12 +08:00
|
|
|
*.class
|
|
|
|
|
2013-09-24 09:28:48 +03:00
|
|
|
# Android standard project ignores
|
2011-04-26 14:46:58 -07:00
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
local.properties
|
2012-04-10 22:07:22 -03:00
|
|
|
|
2013-09-24 09:28:48 +03:00
|
|
|
# Eclipse project ignores (With annotations generated files)
|
2012-04-10 22:07:22 -03:00
|
|
|
.classpath
|
|
|
|
.project
|
2013-09-24 09:28:48 +03:00
|
|
|
.factorypath
|
|
|
|
.apt_generated/
|
|
|
|
.settings/
|
2012-08-06 09:09:09 +03:00
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
2012-04-18 18:42:13 -07:00
|
|
|
proguard/
|
|
|
|
|
2013-09-24 09:28:48 +03:00
|
|
|
# Intellij project ignores
|
|
|
|
.idea/
|
2012-04-18 18:42:13 -07:00
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
|
2013-09-24 09:28:48 +03:00
|
|
|
# Maven standard project ignores (With Idea generated)
|
|
|
|
gen-external-apklibs/
|
|
|
|
target/
|