diff options
author | M4tr1xt4ng <matrixkook@outlook.com> | 2022-09-13 23:51:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 15:51:06 +0000 |
commit | e198f37767af842d696b0d50540d91fdffd43fa8 (patch) | |
tree | 93cde8eb99b9ab0f89ef300d291f202fae5bda09 /.gitignore | |
parent | a2773e51dabf36244234394b37e7a3c305d243ca (diff) | |
download | binaryen-e198f37767af842d696b0d50540d91fdffd43fa8.tar.gz binaryen-e198f37767af842d696b0d50540d91fdffd43fa8.tar.bz2 binaryen-e198f37767af842d696b0d50540d91fdffd43fa8.zip |
Add clangd cache to .gitignore (#5027)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f3746c3c..6f4ec42c7 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ test/lit/lit.site.cfg.py # files related to Emsdk installation .emsdk_version + +# files related to clangd cache +.cache/* |