From be9fe238359f8b5905c5098bc58a82e8475ed4a0 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 4 Jun 2024 16:23:15 -0400 Subject: [PATCH] Meta: Ignore only Build directories We should still allow Build* files, e.g. BuildCMake.sh. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d072dfc733..dd5aff7ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ *.cflags *.cxxflags *.autosave -build* -Build* +build*/ +Build*/ Toolchain/Tarballs Toolchain/Build Toolchain/Local