update gitignore

This commit is contained in:
Gered 2016-05-22 15:24:41 -04:00
parent 871e690e1c
commit 9de07f22ef

15
.gitignore vendored
View file

@ -1,13 +1,18 @@
.DS_Store
/target /target
/classes /classes
/checkouts /checkouts
/out
pom.xml pom.xml
pom.xml.asc pom.xml.asc
*.jar *.jar
*.class *.class
/.lein-* .lein-*
/.nrepl-port .nrepl-port
.hgignore /*.project
.hg/ /*.classpath
.idea /.settings/
*.iml *.iml
*.ipr
*.iws
.idea