diff options
author | Allon Hadaya <allonhadaya@hotmail.com> | 2012-04-10 22:07:22 -0300 |
---|---|---|
committer | Allon Hadaya <allonhadaya@hotmail.com> | 2012-04-10 22:07:22 -0300 |
commit | 3ad9edaa260b62de4177dae060bda0ecfcbc3ff0 (patch) | |
tree | 2805ed5418a0ca662a0f182b1f60d27bebf7e9b3 /Android.gitignore | |
parent | 1a188f26977e4547da999b8efe5a1bdca0faa1b9 (diff) | |
download | gitignore-3ad9edaa260b62de4177dae060bda0ecfcbc3ff0.tar.gz gitignore-3ad9edaa260b62de4177dae060bda0ecfcbc3ff0.zip |
Ignore '.project' and '.classpath' to avoid conflict between development environments.
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index d3f5d3e1..fb8e9e09 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -14,3 +14,7 @@ gen/ # Local configuration file (sdk path, etc) local.properties + +# Eclipse project files +.classpath +.project |