Add .cache and compile_commands.json to .gitignore

This commit is contained in:
Imbus 2025-12-28 07:00:07 +01:00
parent c4bbb3a7a7
commit 99be9826ae

2
.gitignore vendored
View file

@ -4,4 +4,6 @@
*.DS_Store *.DS_Store
*.d *.d
.cache
compile_commands.json
README.md README.md