]> source.dussan.org Git - gitignore.git/commitdiff
Don't ignore essential Eclipse project files. 700/head
authorMatt Quigley <matthew.quigley@gmail.com>
Sun, 7 Jul 2013 02:06:59 +0000 (19:06 -0700)
committerMatt Quigley <matthew.quigley@gmail.com>
Sun, 7 Jul 2013 02:06:59 +0000 (19:06 -0700)
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

index 87a44e0e813ea5d515ebb72ea7a1a8e42f9de6b2..d1b2a3bed6357647a23e37bf2d4db7336c73150f 100644 (file)
@@ -15,10 +15,6 @@ gen/
 # Local configuration file (sdk path, etc)
 local.properties
 
-# Eclipse project files
-.classpath
-.project
-
 # Proguard folder generated by Eclipse
 proguard/