From: Jim Meyering Date: Thu, 4 Jan 2007 11:01:48 +0000 (+0100) Subject: .cvsignore, .gitignore: Add fchownat.c and wctype-related files. X-Git-Tag: COREUTILS-6_8~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed0544df45bb346e7960c0631dc8fe6803c132e;p=thirdparty%2Fcoreutils.git .cvsignore, .gitignore: Add fchownat.c and wctype-related files. --- diff --git a/lib/.cvsignore b/lib/.cvsignore index 66ee24bea5..4fcdcbf0ac 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 06ce53659d..ee51bf5f04 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 67eecb5931..bb33c6115f 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 9f9dcf552c..52ee22f374 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