mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
extend gitignore
This commit is contained in:
parent
caf1264588
commit
f993b702c6
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user