* import-gnulib.config (modules): Add maintainer-makefile. Signed-off-by: James Youngman <[email protected]> --- .cvsignore | 2 ++ .gitignore | 2 ++ ChangeLog | 4 ++++ build-aux/.cvsignore | 2 ++ build-aux/.gitignore | 2 ++ import-gnulib.config | 1 + 6 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/.cvsignore b/.cvsignore index 87c055e..0567126 100644 --- a/.cvsignore +++ b/.cvsignore @@ -19,3 +19,5 @@ link-warning.h gnulib-git tests findutils-* +GNUmakefile +maint.mk diff --git a/.gitignore b/.gitignore index 9e39e59..355bc98 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ tests *~ patches INSTALL +/GNUmakefile +/maint.mk diff --git a/ChangeLog b/ChangeLog index 64692a1..1ec8f78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-04-02 James Youngman <[email protected]> + * import-gnulib.config (modules): Add maintainer-makefile. + +2010-04-02 James Youngman <[email protected]> + * NEWS: Update copyright years. 2010-04-01 James Youngman <[email protected]> diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore index 425e4b6..32080e3 100644 --- a/build-aux/.cvsignore +++ b/build-aux/.cvsignore @@ -15,3 +15,5 @@ ylwrap arg-nonnull.h warn-on-use.h c++defs.h +useless-if-before-free +vc-list-files diff --git a/build-aux/.gitignore b/build-aux/.gitignore index c7cf5be..38ff6f3 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -14,3 +14,5 @@ compile /arg-nonnull.h /warn-on-use.h /c++defs.h +/useless-if-before-free +/vc-list-files diff --git a/import-gnulib.config b/import-gnulib.config index b8288f1..ae77c71 100644 --- a/import-gnulib.config +++ b/import-gnulib.config @@ -52,6 +52,7 @@ idcache inline inttypes lstat +maintainer-makefile malloc math mbrtowc -- 1.5.6.5 _______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
