aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
diff options
context:
space:
mode:
authorDaniel Schauenberg <d@unwiredcouch.com>2010-11-09 05:26:12 +0800
committerChris Wanstrath <chris@ozmm.org>2010-11-09 06:38:10 +0800
commit1bb483835a7a08944850197f0c7d441330871aac (patch)
treece295e22d10dfc9069731d9cc2a752a41c025194 /Android.gitignore
parentfbcdec436ec93643478239ce144a40a760b038d9 (diff)
downloadgitignore-1bb483835a7a08944850197f0c7d441330871aac.tar.gz
gitignore-1bb483835a7a08944850197f0c7d441330871aac.zip
add basic Android gitignore
Diffstat (limited to 'Android.gitignore')
-rw-r--r--Android.gitignore12
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