Added IDE files to gitignore

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-19 10:51:22 +02:00
parent 73c676b7c2
commit 59c30a37c6
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -14,3 +14,9 @@ hs_err_pid*
# binary files
out/
bin/
# IDE files
.idea/
.metadata/
.classpath
.project