1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
gitignore/Android.gitignore
bilthon 8f7ce8a225 Added DS_Store files to the list of files to ignore
These files are created by the Mac OS X for housekeeping purposes and are not needed for the repository. I just thought it would be cleaner to keep them out, specially for developers from other platforms.
2013-05-08 00:29:25 -03:00

35 lines
423 B
Plaintext

# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# DS_Store files created by Mac OS X
# http://en.wikipedia.org/wiki/.DS_Store
*.DS_Store