aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-11-02 00:28:10 +0000
committersaturneric <[email protected]>2025-11-02 00:28:10 +0000
commit27124cb79bf2820e75c14e9cec226347b1df70fe (patch)
tree06301414b19562903731186941a33c5498362b04
parentfeat(docker): split build and runtime stages (diff)
downloadcgit-27124cb79bf2820e75c14e9cec226347b1df70fe.tar.gz
cgit-27124cb79bf2820e75c14e9cec226347b1df70fe.zip
chore(git): ignore `cscope.*` index files
* Add `cscope.*` pattern to ignore generated index files * Prevents accidental commits of cscope database files used for code navigation
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 661df34..295d764 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ cgitrc.5.pdf
cgitrc.5.xml
*.o
*.d
+cscope.*