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
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

9
.gitignore vendored
View File

@ -4,4 +4,11 @@ cmake-build-release
*.log
/*.sh
/*.obj
/*.exe
/*.exe
.cache/
.https_debug/
Launcher.cfg
Resources/
bin/
compile_commands.json
key