update .gitignore

This commit is contained in:
Gered 2017-01-28 16:56:34 -05:00
parent 309ff7924a
commit d7b3e24411

3
.gitignore vendored
View file

@ -5,9 +5,12 @@
target/ target/
out/ out/
build/ build/
classes/
.project .project
.classpath .classpath
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
/llanfair.xml /llanfair.xml
/*.jar
/*.app