1
0
mirror of https://github.com/github/gitignore synced 2024-06-05 12:17:58 +02:00

Merge pull request #289 from allonhadaya/patch-1

Ignore '.project' and '.classpath' to avoid conflict between development environments.
This commit is contained in:
Chris Wanstrath 2012-04-18 11:42:49 -07:00
commit 9fb6b97685

View File

@ -14,3 +14,7 @@ gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project