build-pkg: track all files including gitignored

See https://github.com/mxe/mxe/pull/1443#issuecomment-233181951
This commit is contained in:
Boris Nagaev 2016-07-17 16:31:29 +03:00
parent 37a792bca9
commit 0e45796eeb
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ local function gitCheckout(new_branch, deps, item2index, pass_of_deps)
end
local function gitAdd()
os.execute(GIT .. 'add --all .')
os.execute(GIT .. 'add --all --force .')
end
-- return two lists of filepaths under ./usr/