test-client-godot/.gitignore

24 lines
251 B
Text
Raw Permalink Normal View History

2018-07-26 09:19:11 +00:00
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
*.import
# Mono-specific ignores
.mono/
# System/tool-specific ignores
.directory
*~
2019-12-11 21:27:49 +00:00
# Ignore binary & package
*.bin
*.pck
# Ignore lib gdnaive
libgdnative.*.so
# Ignore temp
temp/