From 0ab5180b7d9974cd54b517fd3eacbd2e19d39041 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Thu, 28 Mar 2024 20:12:53 +0200 Subject: [PATCH] Update .gitignore (so the Debugging folder doesn't get ignored) --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8f684fb7..130c8f9af 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,12 @@ build/ bld/ [Bb]in/ [Oo]bj/ -[Dd]ebug*/ -[Rr]elease*/ +[Dd]ebugWindows/ +[Rr]eleaseWindows/ +[Dd]ebugMac/ +[Rr]eleaseMac/ +[Dd]ebugLinux/ +[Rr]eleaseLinux/ *.o # Misc vs crap