catch2/.gitignore

40 lines
620 B
Plaintext
Raw Normal View History

2010-11-13 10:39:45 +01:00
*.build
!meson.build
2010-11-10 00:24:00 +01:00
*.pbxuser
*.mode1v3
*.ncb
*.suo
Debug
Release
*.user
2011-04-26 09:32:40 +02:00
*.xcuserstate
2012-02-10 09:30:13 +01:00
.DS_Store
xcuserdata
CatchSelfTest.xcscheme
2012-03-19 09:25:06 +01:00
Breakpoints.xcbkptlist
UpgradeLog.XML
Resources/DWARF
projects/Generated
2013-04-27 13:26:13 +02:00
*.pyc
DerivedData
2015-03-27 18:55:13 +01:00
*.xccheckout
Build
.idea
2017-11-21 10:31:06 +01:00
.vs
2021-11-14 13:52:20 +01:00
.vscode
2017-11-21 10:31:06 +01:00
cmake-build-*
2018-01-05 15:39:59 +01:00
benchmark-dir
.conan/test_package/build
.conan/test_package/CMakeUserPresets.json
2020-05-25 15:44:57 +02:00
bazel-*
MODULE.bazel.lock
2020-09-23 21:54:09 +02:00
build-fuzzers
debug-build
2022-01-14 15:24:57 +01:00
.vscode
2022-05-01 23:10:37 +02:00
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
2021-11-14 13:52:20 +01:00
*.cache
compile_commands.json