Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-10 02:18:15 +0300
committerJunio C Hamano <gitster@pobox.com>2023-08-10 02:18:15 +0300
commitb6e2a0c0b30dccd050706354eaa64a9e8ed900e5 (patch)
treee77d53ba2a6d76eb04f7848e72b0641d3c42bbc9
parentcf07e53bae8492fc6ee8a8d394e2fba858daa0a4 (diff)
parenta5c01603b397f7f99b013a1334e0792d70be641c (diff)
Merge branch 'bc/ignore-clangd-cache'
.gitignore update. * bc/ignore-clangd-cache: gitignore: ignore clangd .cache directory
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e875c59054..5e56e471b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -222,6 +222,7 @@
/TAGS
/cscope*
/compile_commands.json
+/.cache/
*.hcc
*.obj
*.lib