Merge pull request #83 from Zylann/gitignore_update

Ignore Windows binaries
This commit is contained in:
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

9
.gitignore vendored
View File

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