ソースを参照

add basic Android gitignore

Daniel Schauenberg 14 年 前
コミット
1bb483835a
1 ファイル変更12 行追加0 行削除
  1. 12 0
      Android.gitignore

+ 12 - 0
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