Ignore Eclipse artifacts.

This commit is contained in:
ggregory 2016-01-18 14:32:27 -08:00
parent 9d4fb49526
commit 0952cee350
1 changed files with 18 additions and 16 deletions

34
.gitignore vendored
View File

@ -1,16 +1,18 @@
.classpath .classpath
.project .project
.settings .settings
.checkstyle .checkstyle
bin bin
target target
/build /build
/lib /lib
/site-content /site-content
.ekstazi .ekstazi
*.class *.class
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
.idea .idea
*~ *~
/.externalToolBuilders/
/maven-eclipse.xml