.gitignore: Adding compile_commands.json and .cache/

pull/9616/head
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
.ninja_*
*.ninja
compile_commands.json
.cache/
# for CLion
.idea