[CI-SKIP] Ignore gitignore when adding files in automation

Continuation of #5387

Fixes #5456
This commit is contained in:
Professor Bloodstone
2021-04-05 13:14:54 +02:00
parent 6062ab46f1
commit a3fc48f23a
5 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ function savePatches {
$gitcmd format-patch --zero-commit --full-index --no-signature --no-stat -N -o "$basedir/${what_name}-Patches/" upstream/upstream >/dev/null
cd "$basedir"
$gitcmd add -A "$basedir/${what_name}-Patches"
$gitcmd add --force -A "$basedir/${what_name}-Patches"
if [ "$nofilter" == "0" ]; then
cleanupPatches "$basedir/${what_name}-Patches"
fi