added ignores for Eclipse project files

Former-commit-id: 64f078dc4e0473d6175144f8d298fe2313243bbc
This commit is contained in:
Jeremy Long
2013-03-27 07:22:47 -04:00
parent c9fd6d6cf8
commit d291033725

8
.gitignore vendored
View File

@@ -1,3 +1,9 @@
/target/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
*.iml
# Eclipse project files
.classpath
.project