From f993b702c694211690a01de19e6d9eaa9912cae8 Mon Sep 17 00:00:00 2001 From: Raphael Schaller Date: Sun, 14 Nov 2021 13:52:20 +0100 Subject: [PATCH] extend gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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