git: globally ignore .cache and compile_commands.json

This commit is contained in:
Romain Paquet 2026-04-08 14:14:00 +02:00
parent f1ea4e10fc
commit 886b4ceadc

View file

@ -2,3 +2,5 @@
/.helix /.helix
/.settings /.settings
/.classpath /.classpath
/.cache
/compile_commands.json