Browse Source

add basic Android gitignore

pull/36/head
Daniel Schauenberg 13 years ago
parent
commit
1bb483835a
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      Android.gitignore

+ 12
- 0
Android.gitignore 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

Loading…
Cancel
Save