From 20fd0e485f22ee009c89829920861b750f794990 Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Thu, 22 Apr 2021 15:43:12 +0900 Subject: .gitignore: Adjust the glob pattern for the "doc/stamp" files. * .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9. Signed-off-by: Leo Famulari --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc8a859336..0c4c26d198 100644 --- a/.gitignore +++ b/.gitignore @@ -146,7 +146,7 @@ tmp /doc/os-config-lightweight-desktop.texi /nix/scripts/download /.version -/doc/stamp-[0-9] +/doc/stamp-[0-9]* /gnu/packages/bootstrap /gnu/packages/aux-files/guile-guile-launcher.o /guile -- cgit v1.2.3