OSDN Git Service

.gitignore: add .cache/ to .gitignore
authorWang, Lei <lei4.wang@intel.com>
Wed, 7 Sep 2022 15:00:10 +0000 (23:00 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 29 Sep 2022 19:16:47 +0000 (21:16 +0200)
$PROJECT/.cache/clangd/index is the intended location for project index
data when using clangd as the language server. Ignore this directory to
keep the git status clean.

Signed-off-by: Wang, Lei <lei4.wang@intel.com>
Message-Id: <20220907150010.2047037-1-lei4.wang@intel.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
.gitignore

index 9726a77..8aab671 100644 (file)
@@ -1,5 +1,6 @@
 /GNUmakefile
 /build/
+/.cache/
 *.pyc
 .sdk
 .stgit-*