On my s390x Fedora 31 machine there are a bunch of extra files copied to lib and m4 directories. Add them to .gitignore. --- lib/.gitignore | 14 ++++++++++++++ m4/.gitignore | 3 +++ 2 files changed, 17 insertions(+)
diff --git a/lib/.gitignore b/lib/.gitignore index 0ebea44..d416fe7 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -95,6 +95,7 @@ /gnulib.mk /ignore-value.h /intprops.h +/inttypes.h /isnan.c /isnand-nolibm.h /isnand.c @@ -227,3 +228,16 @@ /xsize.h /yesno.c /yesno.h +/inttypes.in.h +/windows-initguard.h +/windows-mutex.c +/windows-mutex.h +/windows-once.c +/windows-once.h +/windows-recmutex.c +/windows-recmutex.h +/windows-rwlock.c +/windows-rwlock.h +/arg-nonnull.h +/c++defs.h +/warn-on-use.h diff --git a/m4/.gitignore b/m4/.gitignore index 3a642e5..640ddd3 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -156,3 +156,6 @@ /xsize.m4 /year2038.m4 /yesno.m4 +/inttypes.m4 +/open-slash.m4 +/zzgnulib.m4 -- 2.25.4