Fix .gitignore typo

VS build directories weren't excluded correctly

(cherry picked from commit c2c7f090ba)
This commit is contained in:
Peace-Maker 2014-06-30 15:06:22 +02:00 committed by Scott Ehlert
parent 7f20a7b6bb
commit 7e93cf8f6b

6
.gitignore vendored
View File

@ -14,9 +14,9 @@
*.user
# Build directories
CrazyDebug.*/
Debug.*/
Release.*/
CrazyDebug*/
Debug*/
Release*/
LIB-Release/
LIB-Debug/