extend gitignore

This commit is contained in:
Raphael Schaller 2021-11-14 13:52:20 +01:00 committed by Martin Hořeňovský
parent caf1264588
commit f993b702c6
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -20,6 +20,7 @@ DerivedData
Build Build
.idea .idea
.vs .vs
.vscode
cmake-build-* cmake-build-*
benchmark-dir benchmark-dir
.conan/test_package/build .conan/test_package/build
@ -31,3 +32,5 @@ msvc-sln*
# Currently we use Doxygen for dep graphs and the full docs are only slowly # 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. # being filled in, so we definitely do not want git to deal with the docs.
docs/doxygen docs/doxygen
*.cache
compile_commands.json