Ignore the .cache directory create by VSCode.

This is populated by the clangd language service provider.

Also ignore the cmake-variants.yaml file.
This can be created locally to select various build/test configurations.

Fixes #4266
This commit is contained in:
Niranjan Nilakantan 2023-06-01 09:48:54 -07:00
parent f625681bc4
commit a5b94f6819

4
.gitignore vendored
View File

@ -24,6 +24,10 @@ Win32-Release/
x64-Debug/
x64-Release/
# VSCode files
.cache/
cmake-variants.yaml
# Ignore autoconf / automake files
Makefile.in
aclocal.m4