Add IntelliJ and Mac OS X files to gitignore

This commit is contained in:
Florian Schmaus 2014-11-01 12:52:19 +01:00
parent 5647cac39c
commit ed313c9629
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,3 +1,10 @@
# IntelliJ
.idea
*.iml
# Mac OS X
.DS_Store
.classpath
.project
.settings