add IDEA & extra eclipse stuff to .gitignore

This commit is contained in:
progwml6 2014-06-25 20:33:12 -04:00
parent c6cb9bc2c8
commit a14b2c46c5
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -5,3 +5,10 @@ build/
eclipse/ eclipse/
bin/ bin/
repo/ repo/
/run/
.settings/
#IDEA files from Gradle
.idea/
/*.iml
/*.ipr
/*.iws