diff options
-rw-r--r-- | lib/.cvsignore | 2 | ||||
-rw-r--r-- | lib/.gitignore | 2 | ||||
-rw-r--r-- | m4/.cvsignore | 1 | ||||
-rw-r--r-- | m4/.gitignore | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index fe8d09ed7..386646c24 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 67726ca43..ef103c82a 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 faa76a48c..62d03641e 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 30fc58e57..7a8bf0773 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 |