android/.gitignore

20 lines
226 B
Plaintext
Raw Normal View History

2011-08-19 20:37:35 +00:00
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
target/
2011-08-19 20:37:35 +00:00
# Local configuration file (sdk path, etc)
local.properties
# Mac .DS_Store files
.DS_Store