diff options
-rw-r--r-- | lib/.cvsignore | 1 | ||||
-rw-r--r-- | lib/.gitignore | 1 | ||||
-rw-r--r-- | m4/.cvsignore | 3 | ||||
-rw-r--r-- | m4/.gitignore | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index ed1421033..bb3b7898b 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -318,6 +318,7 @@ strverscmp.c strverscmp.h t-fpending tempname.c +tempname.h time_r.c time_r.h timespec.h diff --git a/lib/.gitignore b/lib/.gitignore index 14bd401ac..780cafd7b 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -305,6 +305,7 @@ strverscmp.c strverscmp.h t-fpending tempname.c +tempname.h time_r.c time_r.h timespec.h 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 |