From 294abd5a84de18498430d40811d31d0ba1bc3508 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 8 Sep 2025 16:29:13 +0200 Subject: [PATCH] add build folder to gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 225c553..6a8bc10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .vscode -*.o -discspan +build \ No newline at end of file -- 2.47.3