From db9dfdf9ef9eb44748b46dbedffaf2501f5b0db3 Mon Sep 17 00:00:00 2001 From: Robert Serrano Kobylyansky Date: Tue, 9 Sep 2025 23:18:03 +0100 Subject: [PATCH] Add build to gitignore It is very common to use ./build/ as the build directory with CMake. Adding it to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b90b2cd..bc58551 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ bld/ [Ll]og/ [Ll]ogs/ [Oo]ut/ +build/ # Visual Studio 2015/2017 cache/options directory .vs/