diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-07 21:29:28 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-07 21:29:28 +0530 |
commit | cb910e672122684c307aaab660461c58cd053cfa (patch) | |
tree | 32e0b4a1e36890a853d3af1f9a122f44f344bc0e | |
parent | 1268d68ddc8f116964c3b68a75e957705ce2b18e (diff) |
misc: ignore .ccls-cache
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ .cache/ build/ dist/ +.ccls-cache/ compile_commands.json |