guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: .gitignore: Adjust the glob pattern for the "doc/


From: guix-commits
Subject: branch master updated: .gitignore: Adjust the glob pattern for the "doc/stamp" files.
Date: Sat, 24 Apr 2021 15:09:31 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 20fd0e4  .gitignore: Adjust the glob pattern for the "doc/stamp" files.
20fd0e4 is described below

commit 20fd0e485f22ee009c89829920861b750f794990
Author: B. Wilson <elaexuotee@wilsonb.com>
AuthorDate: Thu Apr 22 15:43:12 2021 +0900

    .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 <leo@famulari.name>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fc8a859..0c4c26d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]