From 18dd1b9ec3cb75512a8d2dc8de5f52d77538fb5f Mon Sep 17 00:00:00 2001 From: SPolton Date: Fri, 26 Sep 2025 15:22:32 -0600 Subject: [PATCH] Ignore all build folder names --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21b5c9b1..1322fec5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ src/build .DS_Store .ipynb_checkpoints/ -build/ +*build*/ .cache/