Bug Fix: Fix .gitignore file
Oops, the "build" folder reference was incorrect. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
81dac451b2
commit
b4b0deebd2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
xcuserdata
|
xcuserdata
|
||||||
./build
|
/build
|
||||||
|
|
||||||
# Special cog exceptions
|
# Special cog exceptions
|
||||||
!Frameworks/OpenMPT/OpenMPT/build
|
!Frameworks/OpenMPT/OpenMPT/build
|
||||||
|
|
Loading…
Reference in a new issue