mirror of https://github.com/onqtam/doctest
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
803 B
Plaintext
76 lines
803 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Text garbage
|
|
*.ii
|
|
*.s
|
|
|
|
# My garbage :)
|
|
Win32/
|
|
x64/
|
|
doctest_with_main.dir/
|
|
scripts/bench/project/*
|
|
scripts/bench/catch*.hpp
|
|
scripts/bench/results.txt
|
|
build/
|
|
build-mingw/
|
|
*.pyc
|
|
*vscode*
|
|
.idea/
|
|
cmake-build-*/
|
|
bazel-*
|
|
|
|
# MacOS/Xcode
|
|
*.DS_Store
|
|
*.xcodeproj/
|
|
XCBuildData/
|
|
|
|
# Visual Studio
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.sln
|
|
*.lastbuildstate
|
|
*.recipe
|
|
*.tlog
|
|
*.exp
|
|
*.ilk
|
|
*.pdb
|
|
|
|
# Ninja
|
|
build.ninja
|
|
.ninja_log
|
|
.ninja_deps
|
|
|
|
# CMake generated
|
|
CMakeFiles/
|
|
CMakeScripts/
|
|
generated/
|
|
cmake_install.cmake
|
|
CTestTestFile.cmake
|
|
CMakeCache.txt
|
|
*.FileListAbsolute.txt
|
|
CTestCostData.txt
|
|
*.Build.CppClean.log
|
|
LastTest.log
|
|
LastTestsFailed.log
|
|
temp
|