diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-22 23:39:45 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-22 23:39:45 +0200 |
commit | 479648040dc0e0417ad38f4985e3deab6b5088f1 (patch) | |
tree | 915369406e800df01852488f85c348b18bc99889 | |
parent | 0c0121ed20d99bd90d48024a69b0f781e56896eb (diff) | |
download | coreutils-479648040dc0e0417ad38f4985e3deab6b5088f1.tar.xz |
add snprintf-related files to .gitignore
-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 |