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 /m4 | |
parent | 6819756293ae8a0090d63b085cd60b64904b431b (diff) | |
download | coreutils-aeb892e592a5b4c7afed8b195ceb045762fe5712.tar.xz |
Add to .cvsignore and .gitignore files.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.cvsignore | 3 | ||||
-rw-r--r-- | m4/.gitignore | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/m4/.cvsignore b/m4/.cvsignore index c224f222d..d566e2a07 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -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 diff --git a/m4/.gitignore b/m4/.gitignore index 53f4fb36e..80953ac1c 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -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 |