From: Wang, Lei Date: Wed, 7 Sep 2022 15:00:10 +0000 (+0800) Subject: .gitignore: add .cache/ to .gitignore X-Git-Tag: v7.2.0-rc0~63^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcf5813cba7079d94eccc8804fb80c4b05e48a86;p=thirdparty%2Fqemu.git .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 Message-Id: <20220907150010.2047037-1-lei4.wang@intel.com> Signed-off-by: Laurent Vivier --- diff --git a/.gitignore b/.gitignore index 9726a778b32..8aab671265e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /GNUmakefile /build/ +/.cache/ *.pyc .sdk .stgit-*