Removed .settings from .gitignore - @jpountz intended

for it to be included to ensure consistent code styles
between eclipse and IDEA. Instead just ignore
the org.eclipse.m2e preferences
This commit is contained in:
Clinton Gormley 2013-09-13 09:29:06 +02:00
parent 714aaa40ea
commit 9f59a85c26
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -22,7 +22,7 @@ eclipse-build
*/.project */.project
*/.classpath */.classpath
*/eclipse-build */eclipse-build
.settings/ /.settings/org.eclipse.m2e.*
## netbeans ignores ## netbeans ignores
nb-configuration.xml nb-configuration.xml