From f647adfb175738c4cdf85d76a188515f80b1c6a6 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 c2f678d..40ce744 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,6 @@ Release.*/ # AMBuild build directories build/ +build-*/ obj-*/ .gdb_history