From 3ad9edaa260b62de4177dae060bda0ecfcbc3ff0 Mon Sep 17 00:00:00 2001 From: Allon Hadaya Date: Tue, 10 Apr 2012 22:07:22 -0300 Subject: [PATCH] Ignore '.project' and '.classpath' to avoid conflict between development environments. --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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