]> source.dussan.org Git - gitignore.git/commit
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)
commit35a4fcf967cf72a50437aa037dab05da8f274e88
tree48ef2e8b341d13fe2d90e0c536e7e820990b4aa5
parentb2c694d792c005c770c42deaa868e97184e31794
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