diff options
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 |