aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2024-05-24 13:35:56 -0700
committerCole Faust <colefaust@google.com>2024-05-24 13:35:56 -0700
commitc05013c606cd590945a538d733848c3d76ef1d67 (patch)
tree4437731c4796a5f0cefcc3973aa4852c8ac9bd45
parent8bdfb2cefbf380d69cde30bed1489c95987552d8 (diff)
downloadninja-master.tar.gz
Add .cache folder to .gitignoreHEADmastermain
clangd creates this cache folder. Test: Presubmits Change-Id: I84d4a49c5d7782df083987b3bb2844925114c22f
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 11150c9..c7579a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,6 @@ TAGS
# Visual Studio Code project files
/.vscode/
+
+# Clangd cache
+/.cache/