From 9ae7e970c0de6ae869c6787c12eedc004a93eb4a Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Mon, 19 Aug 2024 18:16:06 +0300 Subject: [PATCH] [#3524] add stamp-h* to gitignore Under some unknown conditions, you can get `stamp-h2`, and it probably keeps incrementing. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16bf24c305..7ad44ed67f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,7 @@ config.h.in~ /ltmain.sh /missing /py-compile -/stamp-h1 +/stamp-h* /test-driver /ylwrap /kea_version.h