diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-08-18 15:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 15:02:21 +0200 |
commit | 284c18073233b3c7e7e027d696465a0e773dc881 (patch) | |
tree | ff06fa9db64dd2dee5fb07783fb813d34c40896b /.gitignore | |
parent | 0f1eb7c35101283faa95136084fae3a17f1e70bc (diff) | |
parent | ab78d8804e35f889965a561719d84ba6cf904ddc (diff) |
Merge pull request #8653 from hercules-ci/gitignore-.cache
.gitignore: Add .cache/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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/ |