mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Clean up .gitignore
This commit is contained in:
parent
332de39cd4
commit
b84067ea6f
9
.gitignore
vendored
9
.gitignore
vendored
@ -11,11 +11,6 @@ Release
|
|||||||
xcuserdata
|
xcuserdata
|
||||||
CatchSelfTest.xcscheme
|
CatchSelfTest.xcscheme
|
||||||
Breakpoints.xcbkptlist
|
Breakpoints.xcbkptlist
|
||||||
projects/VS2010/TestCatch/_UpgradeReport_Files/
|
|
||||||
projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj.filters
|
|
||||||
projects/VisualStudio/TestCatch/UpgradeLog.XML
|
|
||||||
projects/CMake/.idea
|
|
||||||
projects/CMake/cmake-build-debug
|
|
||||||
UpgradeLog.XML
|
UpgradeLog.XML
|
||||||
Resources/DWARF
|
Resources/DWARF
|
||||||
projects/Generated
|
projects/Generated
|
||||||
@ -32,3 +27,7 @@ bazel-*
|
|||||||
build-fuzzers
|
build-fuzzers
|
||||||
debug-build
|
debug-build
|
||||||
.vscode
|
.vscode
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user