Browse Source

Add eclipse settings and project files to gitignore

pull/105/head
Niklas 5 years ago
parent
commit
871e7a85be
  1. 5
      .gitignore

5
.gitignore vendored

@ -55,3 +55,8 @@ Thumbs.db
/*/bin/ /*/bin/
*.dylib *.dylib
*.dll *.dll
# Eclipse
.classpath
.project
.settings

Loading…
Cancel
Save