1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00

Make Android ignores more general, add maven folders

This commit is contained in:
Siarhei Ivonchik 2013-09-24 09:28:48 +03:00
parent 060aed8a93
commit aedff44581

View File

@ -1,30 +1,42 @@
# built application files # Common ignores
.DS_Store
*~
~*
*.bk
*.bak
*.log
*.tmp
*.swp
# Android specific ignores
*.apk *.apk
*.ap_ *.ap_
# files for the dex VM
*.dex *.dex
# Java class files # Java ignores
*.class *.class
# generated files # Android standard project ignores
bin/ bin/
gen/ gen/
# Local configuration file (sdk path, etc)
local.properties local.properties
# Eclipse project files # Eclipse project ignores (With annotations generated files)
.classpath .classpath
.project .project
.factorypath
.apt_generated/
.settings/
# Proguard folder generated by Eclipse # Proguard folder generated by Eclipse
proguard/ proguard/
# Intellij project files # Intellij project ignores
.idea/
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
.idea/
# Maven standard project ignores (With Idea generated)
gen-external-apklibs/
target/