.gitignore: add .cache/ to .gitignore

$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>
This commit is contained in:
Wang, Lei 2022-09-07 23:00:10 +08:00 committed by Laurent Vivier
parent ad9f958db5
commit fcf5813cba

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/GNUmakefile /GNUmakefile
/build/ /build/
/.cache/
*.pyc *.pyc
.sdk .sdk
.stgit-* .stgit-*