mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-24 18:21:17 +00:00
Corrected CMake hashed assets; add kart to assets/gitignore
This commit is contained in:
parent
ab308cd627
commit
cf2b93d8ab
2 changed files with 2 additions and 3 deletions
1
assets/.gitignore
vendored
1
assets/.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
*.dta
|
||||
*.wad
|
||||
*.txt
|
||||
*.kart
|
||||
!README.txt
|
||||
!LICENSE.txt
|
||||
!LICENSE-3RD-PARTY.txt
|
||||
|
|
|
@ -18,9 +18,7 @@ patch.kart;\
|
|||
gfx.kart;\
|
||||
textures.kart;\
|
||||
chars.kart;\
|
||||
bonuschars.kart;\
|
||||
maps.kart;\
|
||||
sounds.kart"
|
||||
maps.kart"
|
||||
CACHE STRING "Asset filenames to apply MD5 checks. No spaces between entries!"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue