android/.gitignore

20 lines
219 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/
# Local configuration file (sdk path, etc)
local.properties
# Mac .DS_Store files
2011-09-04 11:46:28 +00:00
.DS_Store