forked from Sara.Sync/godot-cpp-template
28 lines
291 B
Plaintext
28 lines
291 B
Plaintext
|
# Godot 4+ specific ignores
|
||
|
.godot/
|
||
|
|
||
|
# Ignore library files but not the gdextension file
|
||
|
demo/bin/*
|
||
|
!demo/bin/*.gdextension
|
||
|
.sconsign*.dblite
|
||
|
|
||
|
# Binaries
|
||
|
*.o
|
||
|
*.os
|
||
|
*.so
|
||
|
*.obj
|
||
|
*.bc
|
||
|
*.pyc
|
||
|
*.dblite
|
||
|
*.pdb
|
||
|
*.lib
|
||
|
*.config
|
||
|
*.creator
|
||
|
*.creator.user
|
||
|
*.files
|
||
|
*.includes
|
||
|
*.idb
|
||
|
*.exp
|
||
|
|
||
|
# Other stuff
|
||
|
*.log
|