From 562a76b86bf2153728553bb0d7442f0856b60270 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