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:
Nik Everett 2015-07-28 18:13:02 -04:00
parent dc597f0bf5
commit f261d2364a
1 changed files with 1 additions and 6 deletions

7
.gitignore vendored
View File

@ -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