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
pull/4267/head
Niranjan Nilakantan 2 years ago
parent f625681bc4
commit a5b94f6819
  1. 4
      .gitignore

4
.gitignore vendored

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

Loading…
Cancel
Save