added ignores for Eclipse project files

Former-commit-id: cc744fa73f6fc36650bd9ececf198f1c4cb353c3
This commit is contained in:
Jeremy Long
2013-03-27 07:22:47 -04:00
parent ea50569b2a
commit 7896c81e98

8
.gitignore vendored
View File

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