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