Ignore Windows binaries

pull/83/head
Marc Gilleron 2018-01-22 22:34:19 +01:00
parent e71ce19068
commit 936a9dd3d5
1 changed files with 8 additions and 1 deletions

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