aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-08-18 15:02:21 +0200
committerGitHub <noreply@github.com>2023-08-18 15:02:21 +0200
commit284c18073233b3c7e7e027d696465a0e773dc881 (patch)
treeff06fa9db64dd2dee5fb07783fb813d34c40896b /.gitignore
parent0f1eb7c35101283faa95136084fae3a17f1e70bc (diff)
parentab78d8804e35f889965a561719d84ba6cf904ddc (diff)
Merge pull request #8653 from hercules-ci/gitignore-.cache
.gitignore: Add .cache/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 93a9ff9ae..bf4f33564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -139,3 +139,6 @@ nix-rust/target
result
.vscode/
+
+# clangd and possibly more
+.cache/