2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
Files
math/.gitignore
2021-03-27 12:18:32 +03:00

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/**