Merge pull request #83 from Zylann/gitignore_update

Ignore Windows binaries
pull/84/head
Thomas Herzog 2018-01-22 22:51:10 +01:00 committed by GitHub
commit 411d2f6d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -1,12 +1,19 @@
# Generated bindings
src/*.cpp src/*.cpp
src/*.hpp src/*.hpp
include/*.hpp include/*.hpp
*.json
# Misc
logs/* logs/*
# Binaries
*.o *.o
*.os *.os
*.so *.so
*.obj *.obj
*.pyc *.pyc
*.json
*.dblite *.dblite
*.pdb
*.lib
bin bin