add common runtime files to gitignore

This commit is contained in:
Lion Kortlepel
2024-06-18 09:57:05 +02:00
parent ba9719ed67
commit 25f28e7fee
+8 -1
View File
@@ -4,4 +4,11 @@ cmake-build-release
*.log *.log
/*.sh /*.sh
/*.obj /*.obj
/*.exe /*.exe
.cache/
.https_debug/
Launcher.cfg
Resources/
bin/
compile_commands.json
key