diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-18 22:40:52 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-18 22:40:52 +0100 |
commit | aeb892e592a5b4c7afed8b195ceb045762fe5712 (patch) | |
tree | b5eb49593f8709d8a451293be703e1d161265ad6 /lib | |
parent | 6819756293ae8a0090d63b085cd60b64904b431b (diff) | |
download | coreutils-aeb892e592a5b4c7afed8b195ceb045762fe5712.tar.xz |
Add to .cvsignore and .gitignore files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 10 | ||||
-rw-r--r-- | lib/.gitignore | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index fd60d1c23..c6ba17167 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -22,6 +22,11 @@ backupfile.h base64.c base64.h basename.c +c-ctype.c +c-ctype.h +c-strcase.h +c-strcasecmp.c +c-strncasecmp.c c-strtod.c c-strtod.h c-strtold.c @@ -180,6 +185,7 @@ lstat.h malloc.c mbchar.c mbchar.h +mbscasecmp.c mbswidth.c mbswidth.h mbuiter.h @@ -303,6 +309,8 @@ stdio--.h stdio-safer.h stdlib--.h stdlib-safer.h +stdlib.h +stdlib_.h stpcpy.c strcasecmp.c strcspn.c @@ -333,6 +341,8 @@ sys_time_.h t-fpending tempname.c tempname.h +time.h +time_.h time_r.c time_r.h timespec.h diff --git a/lib/.gitignore b/lib/.gitignore index 251e279d6..fba0c90e9 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -19,6 +19,11 @@ backupfile.h base64.c base64.h basename.c +c-ctype.c +c-ctype.h +c-strcase.h +c-strcasecmp.c +c-strncasecmp.c c-strtod.c c-strtod.h c-strtold.c @@ -174,6 +179,7 @@ lstat.h malloc.c mbchar.c mbchar.h +mbscasecmp.c mbswidth.c mbswidth.h mbuiter.h @@ -294,6 +300,8 @@ stdio--.h stdio-safer.h stdlib--.h stdlib-safer.h +stdlib.h +stdlib_.h stpcpy.c strcasecmp.c strcspn.c @@ -324,6 +332,8 @@ sys_time_.h t-fpending tempname.c tempname.h +time.h +time_.h time_r.c time_r.h timespec.h |