* .gitignore: Updated by boostrap. * doc/.gitignore: Likewise. * tests/.gitignore: Add addrpeek. --- .gitignore | 3 ++- doc/.gitignore | 4 ++-- tests/.gitignore | 1 + 3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore index 1b19fff..a17d837 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .sc-start-sc_prohibit_have_config_h .tarball-version .version +/build-aux ABOUT-NLS GNUmakefile INSTALL @@ -40,7 +41,6 @@ include inetutils-*.tar.gz inetutils-*/ lib/ -!lib/Makefile.am libtool m4 maint.mk @@ -48,3 +48,4 @@ pathdefs.make paths.defs stamp-h.in stamp-h1 +!lib/Makefile.am diff --git a/doc/.gitignore b/doc/.gitignore index 3a21987..32a6cc8 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,5 +1,5 @@ -fdl-1.3.texi -gendocs_template +/fdl-1.3.texi +/gendocs_template inetutils.info* stamp-vti version.texi diff --git a/tests/.gitignore b/tests/.gitignore index 2fbb50c..96d0554 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,2 @@ +addrpeek localhost -- 1.7.7
