From dda519baffd34291d22915990941260c6bb3899f Mon Sep 17 00:00:00 2001 From: vczf Date: Wed, 4 Feb 2026 19:00:23 -0500 Subject: [PATCH] gitignore: ignore top-level build and outputs directories Change-Id: Id51439c15c0216e7353ba48ae1940d3906473d4f --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c38dd0de..a5096c3d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -outputs/ +/build +/outputs # GNU Global GPATH