From 73e8a2246c0da12ff662d8d6d5c905a6f336b4ee Mon Sep 17 00:00:00 2001 From: Ian Cullen Date: Sat, 21 Mar 2020 12:02:20 +0000 Subject: [PATCH] Ignore build directories that start with uppercase letters --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c3c5f19..4884dcb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .* -build -debug -release +[Bb]uild +[Dd]ebug +[Rr]elease /compile_commands.json !.github/