21 lines
346 B
Plaintext
21 lines
346 B
Plaintext
|
# /boost/libs/multiprecision/.gitignore
|
||
|
# Use of manifest is unclear, so add to .gitignore.
|
||
|
/doc/html/standalone_HTML.manifest
|
||
|
*.DS_Store
|
||
|
/**/*.dSYM/
|
||
|
**/.temps/*
|
||
|
build/*
|
||
|
.vscode/*
|
||
|
.idea/*
|
||
|
|
||
|
# CMake Related Options
|
||
|
*.a
|
||
|
*.o
|
||
|
cmake_install.cmake
|
||
|
CMakeCache.txt
|
||
|
Makefile
|
||
|
**/CMakeFiles/**
|
||
|
**CTestTestfile.cmake
|
||
|
DartConfiguration.tcl
|
||
|
cmake-build-debug/*
|