I also pushed this: Subject: [PATCH] maint: adjust to Gnulib changes
* lib/.gitignore: Add glthread, math.c, unistd.c, wctype-h.c. * m4/.gitignore: Remove inline.m4. --- lib/.gitignore | 4 ++++ m4/.gitignore | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/.gitignore b/lib/.gitignore index d0e6772..d7c737c 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -99,6 +99,7 @@ /gettext.h /gettime.c /gettimeofday.c +/glthread /gnulib.mk /ignore-value.h /intprops.h @@ -250,3 +251,6 @@ /stat-time.c /timespec.c /xsize.c +/math.c +/unistd.c +/wctype-h.c diff --git a/m4/.gitignore b/m4/.gitignore index bea4519..2634eb4 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -66,7 +66,6 @@ /gnulib-comp.m4 /gnulib-tool.m4 /include_next.m4 -/inline.m4 /intmax_t.m4 /inttypes_h.m4 /isnand.m4 -- 1.7.11.7