From 35a4fcf967cf72a50437aa037dab05da8f274e88 Mon Sep 17 00:00:00 2001 From: Matt Quigley Date: Sat, 6 Jul 2013 19:06:59 -0700 Subject: [PATCH] Don't ignore essential Eclipse project files. The .project and important .classpath files are a part of an Android Eclipse project, and their changes should be stored in the repository. Although there may be a case for ignoring these files in very rare situations, they don't justify belonging in a generic template. The .project file is generally recreatable with a new import without difficulty, but it still may have important configuration such as extra build steps. More importantly, .classpath is absolutely essential for a project to build correctly and cannot be automatically generated unless there is nothing extra on the classpath. Reverts commit 3ad9edaa2. --- Android.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e..d1b2a3be 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,10 +15,6 @@ gen/ # Local configuration file (sdk path, etc) local.properties -# Eclipse project files -.classpath -.project - # Proguard folder generated by Eclipse proguard/