GSL/.gitignore
Pierre Chevalier f20e47db79 Add build directory to .gitignore
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.
2017-03-07 21:47:23 +00:00

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