Delete .allow-ai-service and .gail-labels which are present in newer
versions of libffi.
libffi/ChangeLog:
PR libffi/117635
* merge.sh: Delete .allow-ai-service and .gail-labels when
merging new upstream versions.
Signed-off-by: Pietro Monteiro <pietro@sociotechnical.xyz>
# Remove the unused files.
pushd upstream
-rm -rf ChangeLog.old .appveyor* .ci .github .gitignore .travis* \
- config.guess config.sub libtool-ldflags m4 make_sunver.pl \
- msvc_build
+
+rm -rf ChangeLog.old .allow-ai-service .gail-labels .appveyor* .ci .github \
+ .gitignore .travis* config.guess config.sub libtool-ldflags m4 \
+ make_sunver.pl msvc_build
+
rm -rf .git autogen.sh
cp -a . ..
popd