diff options
author | Maros Ondrejicka <maros.ondrejicka@pantheon.tech> | 2022-11-10 08:47:08 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-11-10 19:29:03 +0000 |
commit | 406f4840a84f66766f048353cb6601ba374e8276 (patch) | |
tree | 7fe0b7debc4fbf6a6f31e1a8874ceb0ecfaead8e /.gitignore | |
parent | 37b5cccb93a5caaba252719630b95e80113df551 (diff) |
misc: ignore clangd cache folder
Type: make
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: Id6ee2cbf3bf14083a470ef45ef1b6ff3ff8d03aa
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index be94f092580..81ab8c9ba55 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ GTAGS # language servers compile_commands.json .clangd +.cache # indent backup files *.BAK |