diff --git a/.gitignore b/.gitignore index 1cbe2529..cafbd6b2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ DerivedData Build .idea .vs +.vscode cmake-build-* benchmark-dir .conan/test_package/build @@ -31,3 +32,5 @@ msvc-sln* # Currently we use Doxygen for dep graphs and the full docs are only slowly # being filled in, so we definitely do not want git to deal with the docs. docs/doxygen +*.cache +compile_commands.json