From da6354d54e0f622519075b0b480512dad246af1c Mon Sep 17 00:00:00 2001 From: David Daniel Date: Mon, 25 Feb 2013 20:36:52 +0100 Subject: [PATCH] Add stamp-h1 to ignored files The file stamp-h1 only contains a timestamp for config.h - actually the files timestamp itself serves with this information. Therefore it actually cannot be of interest not to ignore it. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index fc5e847d..053ff52f 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -11,3 +11,4 @@ Makefile.in /depcomp /install-sh /missing +/stamp-h1