Browse Source

Merge pull request #105 from MioBlanco/eclipse_files_gitignore

Add eclipse settings and project files to gitignore
pull/127/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
304db46864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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