Browse Source

Merge pull request #289 from allonhadaya/patch-1

Ignore '.project' and '.classpath' to avoid conflict between development environments.
Chris Wanstrath 13 years ago
parent
commit
9fb6b97685
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Android.gitignore

+ 4 - 0
Android.gitignore

@@ -14,3 +14,7 @@ gen/
 
 
 # Local configuration file (sdk path, etc)
 # Local configuration file (sdk path, etc)
 local.properties
 local.properties
+
+# Eclipse project files
+.classpath
+.project