break-utopia/.gitignore

28 lines
463 B
Text

# ---> SCons
# for projects that use SCons for building: http://http://www.scons.org/
.sconsign.dblite
# When configure fails, SCons outputs these
config.log
.sconf_temp
# build artifacts
*.o
compile_commands.json
engine/.github
project/.godot
build/break_utopia.pck
build/break_utopia.x86_64
build/break_utopia.exe
build/*.dll
build/*.exe
build/*.pck
build.zip
bin/*
*.blend1
# general-purpose cache folder (used by e.g clangd)
.cache
*.pyc
/windows/
/linux/