diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b939bb16d5..e9beb26e7e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,13 +30,14 @@ misc/hooks/pre-commit-custom-* ############################# # Buildsystem -bin/ +bin *.gen.* compile_commands.json platform/windows/godot_res.res # Generated by Godot binary .import/ +/gdextension_interface.h extension_api.json logs/ @@ -241,6 +242,10 @@ xcuserdata/ [Rr]eleases/ x64/ x86/ + +# Do not ignore x86 folders anywhere under thirdparty libraries +!thirdparty/**/x86/ + [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ @@ -317,6 +322,7 @@ _ReSharper*/ # Others ClientBin/ +enc_temp_folder/ ~$* *.dbmdl *.dbproj.schemaview |