mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Ignore Windows binaries
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user