Fix .gitignore typo

VS build directories weren't excluded correctly
This commit is contained in:
Peace-Maker 2014-06-30 15:06:22 +02:00
parent 909c6ec594
commit c2c7f090ba

6
.gitignore vendored
View File

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