diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-30 09:10:56 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-30 09:10:56 +0100 |
commit | 7c96936a04c6a2eccc40f828aadac3e4be442b10 (patch) | |
tree | f2049c02d35315e078290ff385b7795bd7c105a4 /m4 | |
parent | e24ce7c58d2355b720b523f0bde6e0d2c47cbe68 (diff) | |
download | coreutils-7c96936a04c6a2eccc40f828aadac3e4be442b10.tar.xz |
update .cvsignore/.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 abf271be6..f31e8abc5 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -86,6 +86,8 @@ idcache.m4 include_next.m4 inet_ntop.m4 intdiv0.m4 +intl.m4 +intldir.m4 intmax.m4 intmax_t.m4 inttostr.m4 @@ -200,6 +202,7 @@ strtoumax.m4 strverscmp.m4 sys_socket_h.m4 sys_stat_h.m4 +tempname.m4 time_r.m4 timespec.m4 tm_gmtoff.m4 diff --git a/m4/.gitignore b/m4/.gitignore index 8c860fb92..8d3706a89 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -82,6 +82,8 @@ human.m4 iconv.m4 idcache.m4 inet_ntop.m4 +intl.m4 +intldir.m4 intmax.m4 intmax_t.m4 inttostr.m4 @@ -192,6 +194,7 @@ strtoumax.m4 strverscmp.m4 sys_socket_h.m4 sys_stat_h.m4 +tempname.m4 time_r.m4 timespec.m4 tm_gmtoff.m4 |