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