Skip to content

Commit 35a4fcf

Browse files
committed
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 3ad9eda.
1 parent b2c694d commit 35a4fcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Android.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ gen/
1515
# Local configuration file (sdk path, etc)
1616
local.properties
1717

18-
# Eclipse project files
19-
.classpath
20-
.project
21-
2218
# Proguard folder generated by Eclipse
2319
proguard/
2420

0 commit comments

Comments
 (0)