Files
multiprecision/.gitignore
Christopher Kormanyos ccf6734d36 Merge branch 'develop' of https://github.com/boostorg/multiprecision into gsoc2021_double_float_chris
# Conflicts:
#	.github/workflows/multiprecision_quad_double_only.yml
#	.gitignore
#	performance/performance_test.cpp
#	test/test_arithmetic.hpp
2022-12-28 15:16:21 +01:00

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