Skip to content

Commit 5627d20

Browse files
committed
.classpath and .project files are *meant to be versioned*
As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F). This gitignore has lead to much confusion in SO - please ammend I would guess the same is true for .pydevproject and .cproject but can't be sure/do not have any references on those Also .launch configurations are generally meant to be versioned when saved under project location. See for instance : http://stackoverflow.com/a/337317/281545
1 parent ecf9bac commit 5627d20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Global/Eclipse.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.pydevproject
2-
.project
32
.metadata
43
bin/**
54
tmp/**
@@ -9,7 +8,6 @@ tmp/**/*
98
*.swp
109
*~.nib
1110
local.properties
12-
.classpath
1311
.settings/
1412
.loadpath
1513

0 commit comments

Comments
 (0)