.gitignore: Adding compile_commands.json and .cache/

This commit is contained in:
Petar Popovic 2024-04-25 22:22:54 +02:00 committed by Sam Lantinga
parent 14f584a94b
commit 410a3c2c37
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -36,6 +36,8 @@ cmake_uninstall.cmake
SDL3ConfigVersion.cmake SDL3ConfigVersion.cmake
.ninja_* .ninja_*
*.ninja *.ninja
compile_commands.json
.cache/
# for CLion # for CLion
.idea .idea