add basic Android gitignore

This commit is contained in:
Daniel Schauenberg 2010-11-09 05:26:12 +08:00 committed by Chris Wanstrath
parent fbcdec436e
commit 1bb483835a
1 changed files with 12 additions and 0 deletions

12
Android.gitignore Normal file
View File

@ -0,0 +1,12 @@
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated GUI files
*R.java