From 3af98f0a6540d5bac36a1cf31666a2046d27b9e8 Mon Sep 17 00:00:00 2001 From: yair Date: Wed, 15 Apr 2020 15:03:36 +0300 Subject: [PATCH] added lowercase to Build dir ignore missed it --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5cd1edb..c60ad7c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ #ignore thumbnails created by windows Thumbs.db #ignore build folder -Build +[Bb]uild #Ignore files build by Visual Studio *.obj *.exe