mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
Add build directory and CMake preset files to .gitignore
This commit is contained in:
committed by
Gennaro Prota
parent
bf988466f8
commit
38bbebe9cd
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,8 +1,15 @@
|
||||
bin/
|
||||
bin64/
|
||||
build/
|
||||
|
||||
# Because of CMake and VS2017
|
||||
Win32/
|
||||
x64/
|
||||
.vs/
|
||||
out/
|
||||
out/
|
||||
|
||||
# VS CMake settings
|
||||
/CMakeSettings.json
|
||||
# CMake presets
|
||||
/CMakePresets.json
|
||||
/CMakeUserPresets.json
|
||||
|
||||
Reference in New Issue
Block a user