Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeep

build-pkg: blacklist {installed,lib}/.gitkeep
pull/1912/head
Boris Nagaev 7 years ago committed by GitHub
commit ce28d4e5bf

@ -65,6 +65,10 @@ local BLACKLIST = {
-- usr/lib/nonetwork.so and
-- usr/x86_64-unknown-linux-gnu/lib/nonetwork.so
'lib/nonetwork.so',
-- https://github.com/mxe/mxe/issues/1886#issuecomment-331719282
'installed/.gitkeep',
'lib/.gitkeep',
}
local TARGETS = {

Loading…
Cancel
Save