Add build to gitignore

It is very common to use ./build/ as the build directory with CMake.
Adding it to gitignore.
This commit is contained in:
Robert Serrano Kobylyansky 2025-09-09 23:18:03 +01:00
parent ddd128bcca
commit db9dfdf9ef

1
.gitignore vendored
View file

@ -32,6 +32,7 @@ bld/
[Ll]og/
[Ll]ogs/
[Oo]ut/
build/
# Visual Studio 2015/2017 cache/options directory
.vs/