41 lines
394 B
Text
41 lines
394 B
Text
|
# 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-*
|