Add "/build/" to the .gitignore - #581
Conversation
|
This seems like something you should put in your |
Essentially my entire line of thinking :P |
Stephan T. Lavavej (StephanTLavavej)
left a comment
There was a problem hiding this comment.
I'm not sure how someone would end up with a /build/ directory (what process would they be following, and why isn't it in our documentation?) but I have no objection to this change.
As stated in this comment #572 (comment) using VS Code and the CMake Tools extension, that has build as the default build directory. (Apparently I can't type on mobile without accidentally tapping on comment and close pull request). |
|
Thanks for this small improvement! 😸 |
This essentially replicates the information in `.gitignore`, where `/build/` was added by microsoft#581.
What the title says.
I assume most people who aren't using Visual Studio would use
buildinstead ofout.