提交 35a4fcf9 编写于 作者: M Matt Quigley

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 3ad9edaa.
上级 b2c694d7
......@@ -15,10 +15,6 @@ gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册