diff options
author | Daniel Schauenberg <d@unwiredcouch.com> | 2010-11-09 05:26:12 +0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-09 06:38:10 +0800 |
commit | 1bb483835a7a08944850197f0c7d441330871aac (patch) | |
tree | ce295e22d10dfc9069731d9cc2a752a41c025194 /Android.gitignore | |
parent | fbcdec436ec93643478239ce144a40a760b038d9 (diff) | |
download | gitignore-1bb483835a7a08944850197f0c7d441330871aac.tar.gz gitignore-1bb483835a7a08944850197f0c7d441330871aac.zip |
add basic Android gitignore
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore new file mode 100644 index 00000000..ca5523c0 --- /dev/null +++ b/Android.gitignore @@ -0,0 +1,12 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated GUI files +*R.java |