Skip to content

Commit

Permalink
Consolidate .gitignore entires for eclipse
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nik9000 committed Jul 28, 2015
1 parent dc597f0 commit f261d23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f261d23

Please sign in to comment.