diff options
-rw-r--r-- | lib/.gitignore | 2 | ||||
-rw-r--r-- | m4/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index a3dac6119..14bd401ac 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -262,6 +262,8 @@ sha1.c sha1.h sig2str.c sig2str.h +snprintf.c +snprintf.h socket_.h stat-macros.h stat-time.h diff --git a/m4/.gitignore b/m4/.gitignore index ca35c9811..8c860fb92 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -161,6 +161,7 @@ settime.m4 sha1.m4 sig2str.m4 signed.m4 +snprintf.m4 socklen.m4 sockpfaf.m4 ssize_t.m4 |