From 2f003f932359cdd31c46d21492219b8e3e80ae52 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:42:43 +1300 Subject: [PATCH] .gitignore: adding build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6e4ffea4203..c9fa89f1e61 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ __pycache__ /tests/unit/bintest/ /tests/unit/objtest/ /tests/ystests +/build