commit 49b7c14dc5934205520478db12716ef9fc780d5f parent af93492c8ef4a21a9b15c78f1d9c9a19c34c692c Author: Chris Bracken <chris@bracken.jp> Date: Fri, 22 May 2026 16:23:24 +0900 git: globally ignore compile_commands.json and .cache dir Diffstat:
| M | .config/git/gitignore_global | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.config/git/gitignore_global b/.config/git/gitignore_global @@ -6,6 +6,7 @@ *~ # Editor project directories +.cache/ .nova/ .jetskicli @@ -17,3 +18,4 @@ *.o *.pyc *.so +compile_commands.json