From 09f57569d6e7d7b554c67a0ba28735b90553b440 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Wed, 8 Jul 2026 13:11:06 +0200 Subject: [PATCH] Only ignore directories named build if they are in the root I do not think there is any good reason for having a build directory in a subdirectory, so limit the scope to ignore only exactly what we want to ignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 378eac2..796b96d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -build +/build