mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
34 lines
578 B
Plaintext
34 lines
578 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/*
|
|
#*.svg
|
|
tools/bin/**
|
|
.idea/*
|
|
# autogenerated for table in reverse mode docs
|
|
doc/differentiation/compilation_table.txt
|
|
test/test_reverse_mode_autodiff_special_functions_compile/generated_jam_compile_commands.txt
|
|
# CMake Related Options
|
|
*.a
|
|
*.o
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
Makefile
|
|
**/CMakeFiles/**
|
|
**CTestTestfile.cmake
|
|
DartConfiguration.tcl
|
|
cmake-build-debug/*
|
|
.cmake/*
|
|
build.ninja
|
|
.ninja*
|
|
a.out
|
|
|