From 93864e39f547260f5ac516b3f7cf955efc92ac98 Mon Sep 17 00:00:00 2001 From: Pierrick Bouvier Date: Tue, 15 Oct 2024 14:45:15 -0700 Subject: [PATCH] update .gitignore with build artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 61fa39967b542..252e027a32df9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /GNUmakefile /build/ +/build_*/ /.cache/ /.vscode/ *.pyc