From 162643e917821add0c69292b019cdcba7c7754df Mon Sep 17 00:00:00 2001 From: ManifoldFR Date: Wed, 18 Dec 2024 10:45:16 +0100 Subject: [PATCH] Modify .gitignore: ignore all build* dirs --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31483ed9..a827bc92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # Build and Release Folders -build/ -build-rel/ +build*/ # temp files .*~ +.cache *.user *.pyc *.ipynb_checkpoints