.gitignore: add .cache/ to .gitignore
commitfcf5813cba7079d94eccc8804fb80c4b05e48a86
authorWang, Lei <lei4.wang@intel.com>
Wed, 7 Sep 2022 15:00:10 +0000 (7 23:00 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 29 Sep 2022 19:16:47 +0000 (29 21:16 +0200)
tree90d28be2eadec59b54256514189ab48a829b39d4
parentad9f958db5c48b9501905002a19e80b221dc7186
.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>
.gitignore