From 479648040dc0e0417ad38f4985e3deab6b5088f1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Oct 2006 23:39:45 +0200 Subject: [PATCH] add snprintf-related files to .gitignore --- lib/.gitignore | 2 ++ m4/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/lib/.gitignore b/lib/.gitignore index a3dac61..14bd401 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 ca35c98..8c860fb 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 -- 2.7.4