diff options
author | Tobias Fella <fella@posteo.de> | 2021-12-07 23:07:57 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-07 23:07:57 +0100 |
commit | 6cf625779fe270fd4192639e30acc45687270246 (patch) | |
tree | 0a16f7e9b65c26e813cdcab4f99dab2800c13162 /.gitignore | |
parent | 18695131e056b86e38d7b43f787014fbd1516240 (diff) | |
download | libquotient-6cf625779fe270fd4192639e30acc45687270246.tar.gz libquotient-6cf625779fe270fd4192639e30acc45687270246.zip |
Add clangd files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,3 +22,7 @@ Makefile Quotient_autogen/ .cmake/ tests/.cmake/ + +# clangd +.cache/ +compile_commands.json |