diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-25 10:56:24 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-25 10:58:56 +0200 |
commit | 2e6e036896a17e1090929f6f9974c0fcbbe8df3f (patch) | |
tree | 9c251f38b34ef470e2ef6ddbd23bf79f49556f4f | |
parent | b60a32376eff0e78cb789e68998d1be55e74db65 (diff) | |
download | coreutils-2e6e036896a17e1090929f6f9974c0fcbbe8df3f.tar.xz |
Add to .cvsignore and .gitignore files.
-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 |