1
0
mirror of https://github.com/github/gitignore synced 2025-02-21 09:59:08 +01:00
gitignore/Android.gitignore
Patrick Mahoney 09461692bd Update Android.gitignore
Added .out (for accidental compiles of XML files).

Added .settings (sometimes generated by Eclipse).
2012-09-24 11:20:46 -03:00

23 lines
247 B
Plaintext

# built application files
*.apk
*.ap_
*.out
# 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
.settings