mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
f20e47db79
It seems pretty typical to build in a build directory at the top level of the repo. In particular, that's what travis does: `cmake . -Bbuild` `cmake --build build` Add build directory to .gitignore to avoid comitting it accidentally.
17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
CMakeFiles
|
|
tests/CMakeFiles
|
|
tests/Debug
|
|
*.opensdf
|
|
*.sdf
|
|
tests/*tests.dir
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.sln
|
|
*.tlog
|
|
Testing/Temporary/*.*
|
|
CMakeCache.txt
|
|
*.suo
|
|
.vs/
|
|
.vscode/
|
|
build
|