Fix .gitignore typo
VS build directories weren't excluded correctly
This commit is contained in:
+3
-3
@@ -14,9 +14,9 @@
|
|||||||
*.user
|
*.user
|
||||||
|
|
||||||
# Build directories
|
# Build directories
|
||||||
CrazyDebug.*/
|
CrazyDebug*/
|
||||||
Debug.*/
|
Debug*/
|
||||||
Release.*/
|
Release*/
|
||||||
LIB-Release/
|
LIB-Release/
|
||||||
LIB-Debug/
|
LIB-Debug/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user