summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-09-26 23:11:38 (GMT)
committerGitHub <noreply@github.com>2017-09-26 23:11:38 (GMT)
commitce28d4e5bfebff5cc727d624f222db13bf03646c (patch)
tree27bdd60cc460ccbebcfc776d92712d3b3cc8f589
parent5c939eebab72bb8f29383237c0625a97c2b41943 (diff)
parent74e2d77090b516d408dbe7653c4ba93a8ce99e84 (diff)
downloadmxe-ce28d4e5bfebff5cc727d624f222db13bf03646c.zip
mxe-ce28d4e5bfebff5cc727d624f222db13bf03646c.tar.gz
mxe-ce28d4e5bfebff5cc727d624f222db13bf03646c.tar.bz2
Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeep
build-pkg: blacklist {installed,lib}/.gitkeep
-rwxr-xr-xtools/build-pkg.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua
index e184c41..bed370d 100755
--- a/tools/build-pkg.lua
+++ b/tools/build-pkg.lua
@@ -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 = {