mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
21 lines
269 B
Plaintext
21 lines
269 B
Plaintext
/doc/inspect.htm
|
|
/**/*.log
|
|
reporting/*/third_party
|
|
reporting/*/html
|
|
inspect.html
|
|
/example/float128_examples.cpp
|
|
test/cuda
|
|
*.DS_Store
|
|
/**/*.dSYM/
|
|
**/.temps/*
|
|
build/*
|
|
.vscode/*
|
|
|
|
# CMake Related Options
|
|
*.a
|
|
*.o
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
Makefile
|
|
**/CMakeFiles/**
|