]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add to .cvsignore and .gitignore files.
authorJim Meyering <jim@meyering.net>
Sun, 18 Feb 2007 21:40:52 +0000 (22:40 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Feb 2007 21:40:52 +0000 (22:40 +0100)
build-aux/.cvsignore
build-aux/.gitignore
lib/.cvsignore
lib/.gitignore
m4/.cvsignore
m4/.gitignore

index e1e4fc01ec84c00dc77160513915499c1eb69d78..e43d5c51c04a03c331581c553dadc8b5a77c391d 100644 (file)
@@ -6,6 +6,7 @@ config.sub
 depcomp
 gnupload
 install-sh
+link-warning.h
 mdate-sh
 missing
 mkinstalldirs
index e028c63b7c45470d487d5d146028b980fbd0697c..fc92044fde22e51ad4a42234c8cfb8bab7fa686a 100644 (file)
@@ -6,6 +6,7 @@ config.sub
 depcomp
 gnupload
 install-sh
+link-warning.h
 mdate-sh
 missing
 texinfo.tex
index fd60d1c23a1f6dee6998d25db7bce478e08dbab4..c6ba1716716b8842d12a17d97b08faafdf1fbbe7 100644 (file)
@@ -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
index 251e279d63f99781172de75090b2d2bc2f2f3986..fba0c90e944d4157fc96cfa8f352c3dc4c42fad3 100644 (file)
@@ -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
index c224f222dfe3c48342970bc4d2cd8c45e6ee42be..d566e2a07ff87f60e27edacfa5b78a8024f68904 100644 (file)
@@ -123,6 +123,7 @@ lstat.m4
 mbchar.m4
 mbiter.m4
 mbrtowc.m4
+mbscasecmp.m4
 mbstate_t.m4
 mbswidth.m4
 md5.m4
@@ -193,6 +194,7 @@ stdint.m4
 stdint_h.m4
 stdio-safer.m4
 stdlib-safer.m4
+stdlib_h.m4
 stpcpy.m4
 strcase.m4
 strcspn.m4
@@ -214,6 +216,7 @@ sys_socket_h.m4
 sys_stat_h.m4
 sys_time_h.m4
 tempname.m4
+time_h.m4
 time_r.m4
 timespec.m4
 tm_gmtoff.m4
index 53f4fb36e9e2c03bd5233b64bfa61f1615216ed1..80953ac1cea8a673bb6560acea78573b7785d576 100644 (file)
@@ -117,6 +117,7 @@ lstat.m4
 mbchar.m4
 mbiter.m4
 mbrtowc.m4
+mbscasecmp.m4
 mbstate_t.m4
 mbswidth.m4
 md5.m4
@@ -185,6 +186,7 @@ stdint.m4
 stdint_h.m4
 stdio-safer.m4
 stdlib-safer.m4
+stdlib_h.m4
 stpcpy.m4
 strcase.m4
 strcspn.m4
@@ -206,6 +208,7 @@ sys_socket_h.m4
 sys_stat_h.m4
 sys_time_h.m4
 tempname.m4
+time_h.m4
 time_r.m4
 timespec.m4
 tm_gmtoff.m4