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