Browse Source

Merged pull request #146 from callingshotgun/patch-1.

Added local properties, updated how generated files are detected, added O
Chris Wanstrath 14 years ago
parent
commit
41010cff94
1 changed files with 6 additions and 2 deletions
  1. 6 2
      Android.gitignore

+ 6 - 2
Android.gitignore

@@ -8,5 +8,9 @@
 # Java class files
 *.class
 
-# generated GUI files
-*R.java
+# generated files
+bin/
+gen/
+
+# Local configuration file (sdk path, etc)
+local.properties