This is like what coreutils does, and suppresses 'git status' chatter. * .gitignore: Add /m4/gnulib-cache.m4. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 2252cc2..7236c0b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /lib/unused-parameter.h /lib/warn-on-use.h /m4/.gitignore +/m4/gnulib-cache.m4 /maint.mk /po/*.pot /po/*.sed -- 1.7.6.5
