diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-04 12:01:48 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-04 12:01:48 +0100 |
commit | 2ed0544df45bb346e7960c0631dc8fe6803c132e (patch) | |
tree | f65cf0fc82ca9411352792a2d42820bdfd3510ac | |
parent | 3b933f1e33197fec6a59466df1337292ec7bfa56 (diff) | |
download | coreutils-2ed0544df45bb346e7960c0631dc8fe6803c132e.tar.xz |
.cvsignore, .gitignore: Add fchownat.c and wctype-related 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 66ee24bea..4fcdcbf0a 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -69,6 +69,7 @@ exitfail.c exitfail.h fchmodat.c fchown-stub.c +fchownat.c fcntl--.h fcntl-safer.h fcntl.h @@ -350,6 +351,7 @@ verify.h version-etc-fsf.c version-etc.c version-etc.h +wctype_.h wcwidth.h xalloc-die.c xalloc.h diff --git a/lib/.gitignore b/lib/.gitignore index 06ce53659..ee51bf5f0 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -64,6 +64,7 @@ exitfail.c exitfail.h fchmodat.c fchown-stub.c +fchownat.c fcntl--.h fcntl-safer.h fcntl.h @@ -337,6 +338,7 @@ verify.h version-etc-fsf.c version-etc.c version-etc.h +wctype_.h wcwidth.h xalloc-die.c xalloc.h diff --git a/m4/.cvsignore b/m4/.cvsignore index 67eecb593..bb33c6115 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -231,6 +231,7 @@ vasnprintf.m4 vasprintf.m4 visibility.m4 wchar_t.m4 +wctype.m4 wcwidth.m4 wint_t.m4 xalloc.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 9f9dcf552..52ee22f37 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -220,6 +220,7 @@ utimes.m4 vasnprintf.m4 vasprintf.m4 wchar_t.m4 +wctype.m4 wcwidth.m4 wint_t.m4 xalloc.m4 |