From 2e6e036896a17e1090929f6f9974c0fcbbe8df3f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Mar 2007 10:56:24 +0200 Subject: [PATCH] Add to .cvsignore and .gitignore files. --- lib/.cvsignore | 2 ++ lib/.gitignore | 2 ++ m4/.cvsignore | 1 + m4/.gitignore | 1 + 4 files changed, 6 insertions(+) diff --git a/lib/.cvsignore b/lib/.cvsignore index fe8d09e..386646c 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -383,6 +383,8 @@ wchar_.h wctype.h wctype_.h wcwidth.h +write-any-file.c +write-any-file.h xalloc-die.c xalloc.h xgetcwd.c diff --git a/lib/.gitignore b/lib/.gitignore index 67726ca..ef103c8 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -374,6 +374,8 @@ wchar_.h wctype.h wctype_.h wcwidth.h +write-any-file.c +write-any-file.h xalloc-die.c xalloc.h xgetcwd.c diff --git a/m4/.cvsignore b/m4/.cvsignore index faa76a4..62d0364 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -246,6 +246,7 @@ wchar_t.m4 wctype.m4 wcwidth.m4 wint_t.m4 +write-any-file.m4 xalloc.m4 xgetcwd.m4 xnanosleep.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 30fc58e..7a8bf07 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -235,6 +235,7 @@ wchar_t.m4 wctype.m4 wcwidth.m4 wint_t.m4 +write-any-file.m4 xalloc.m4 xgetcwd.m4 xnanosleep.m4 -- 2.7.4