From cad67de718297e123f090aab0fe6ef987522b319 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sun, 4 Aug 2024 11:36:21 -0400 Subject: [PATCH] chore: Add another build dir pattern to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2f678d98..40ce744da 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,6 @@ Release.*/ # AMBuild build directories build/ +build-*/ obj-*/ .gdb_history