Consolidate .gitignore entires for eclipse
Rather than specify paths for the .gitignored files that Eclipse uses for project management just ignore all files and directories that look like those directories. That way we can add new subprojects and we won't need add more .gitignore entries.
This commit is contained in:
parent
dc597f0bf5
commit
f261d2364a
|
@ -21,13 +21,8 @@ backwards/
|
|||
## files to ensure common coding style across Eclipse and IDEA.
|
||||
.project
|
||||
.classpath
|
||||
/.settings
|
||||
eclipse-build
|
||||
*/.project
|
||||
*/.classpath
|
||||
*/eclipse-build
|
||||
*/.settings
|
||||
plugins/*/.settings
|
||||
.settings
|
||||
|
||||
## netbeans ignores
|
||||
nb-configuration.xml
|
||||
|
|
Loading…
Reference in New Issue