mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-24 21:16:34 +00:00
Ignore freetype2 and zlib dirty changes
These submodules will be dirty after a compilation phase because there are files that are renamed by cmake.
This commit is contained in:
parent
63243f7dba
commit
736df91f8c
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -19,9 +19,11 @@
|
|||||||
[submodule "third_party/freetype2"]
|
[submodule "third_party/freetype2"]
|
||||||
path = third_party/freetype2
|
path = third_party/freetype2
|
||||||
url = https://github.com/aseprite/freetype2.git
|
url = https://github.com/aseprite/freetype2.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "third_party/zlib"]
|
[submodule "third_party/zlib"]
|
||||||
path = third_party/zlib
|
path = third_party/zlib
|
||||||
url = https://github.com/aseprite/zlib.git
|
url = https://github.com/aseprite/zlib.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "third_party/libpng"]
|
[submodule "third_party/libpng"]
|
||||||
path = third_party/libpng
|
path = third_party/libpng
|
||||||
url = https://github.com/aseprite/libpng.git
|
url = https://github.com/aseprite/libpng.git
|
||||||
|
Loading…
Reference in New Issue
Block a user