diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..6140d3ecbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# ---> 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/ +__pycache__ + +# general-purpose cache folder (used by e.g clangd) +.cache