diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-02 23:00:09 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-02 23:00:09 +0200 |
commit | 6d8bb4df3d3dad6dc9d5f58ef82f24ab5b91ebed (patch) | |
tree | 13699165a99d588b00a316c8f3633a970648eebe /lib | |
parent | 536ac0ff6e5382e02f9e23347f81c5873c812d3c (diff) | |
download | coreutils-6d8bb4df3d3dad6dc9d5f58ef82f24ab5b91ebed.tar.xz |
Add to .cvsignore and .gitignore files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 6 | ||||
-rw-r--r-- | lib/.gitignore | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 7dc3b83c5..8d44440ea 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -195,6 +195,7 @@ localcharset.c localcharset.h long-options.c long-options.h +lseek.c lstat.c lstat.h malloc.c @@ -257,6 +258,7 @@ posixver.c posixver.h printf-args.c printf-args.h +printf-parse.c printf-parse.h putenv.c quote.c @@ -316,6 +318,7 @@ sha1.c sha1.h sig2str.c sig2str.h +size_max.h snprintf.c snprintf.h socket.h @@ -378,6 +381,7 @@ time_r.h timespec.h uinttostr.c umaxtostr.c +unicodeio.c unicodeio.h unistd--.h unistd-safer.h @@ -394,6 +398,7 @@ utimecmp.c utimecmp.h utimens.c utimens.h +vasnprintf.c vasnprintf.h vasprintf.c vasprintf.h @@ -422,6 +427,7 @@ xnanosleep.h xreadlink-with-size.c xreadlink.c xreadlink.h +xsize.h xstrndup.c xstrndup.h xstrtod.c diff --git a/lib/.gitignore b/lib/.gitignore index 5b76bfc55..08ee28f81 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -189,6 +189,7 @@ localcharset.c localcharset.h long-options.c long-options.h +lseek.c lstat.c lstat.h malloc.c @@ -250,6 +251,7 @@ posixver.c posixver.h printf-args.c printf-args.h +printf-parse.c printf-parse.h putenv.c quote.c @@ -308,6 +310,7 @@ sha1.c sha1.h sig2str.c sig2str.h +size_max.h snprintf.c snprintf.h socket.h @@ -369,6 +372,7 @@ time_r.h timespec.h uinttostr.c umaxtostr.c +unicodeio.c unicodeio.h unistd--.h unistd-safer.h @@ -385,6 +389,7 @@ utimecmp.c utimecmp.h utimens.c utimens.h +vasnprintf.c vasnprintf.h vasprintf.c vasprintf.h @@ -413,6 +418,7 @@ xnanosleep.h xreadlink-with-size.c xreadlink.c xreadlink.h +xsize.h xstrndup.c xstrndup.h xstrtod.c |