From c2c7f090ba22824fd907923481fb002367890974 Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Mon, 30 Jun 2014 15:06:22 +0200 Subject: [PATCH] Fix .gitignore typo VS build directories weren't excluded correctly --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b699e9d..e63d65b2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,9 @@ *.user # Build directories -CrazyDebug.*/ -Debug.*/ -Release.*/ +CrazyDebug*/ +Debug*/ +Release*/ LIB-Release/ LIB-Debug/