1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-09 21:24:46 +01:00
catch2/.gitignore

38 lines
560 B
Plaintext
Raw Normal View History

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