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 c1cab99ff8 .gitignore: Ignore more generated .info files.
c1cab99ff8 is described below

commit c1cab99ff8fb6f67e815ab9a6bd25768ac2c77cf
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Sun Feb 23 21:53:31 2025 +0100

    .gitignore: Ignore more generated .info files.
    
    Building Guix now creates 'doc/guix.de.info-10', so we have to adjust the 
ignore
    pattern to match numbers with more than a single digit.
    
    * .gitignore: Ignore /doc/guix*.info-[0-9][0-9].  Add a newline at the end 
of
    file.
    
    Change-Id: I42f8eb6fc24e4fdc1121e7b0927bda5fb3e2e151
    Signed-off-by: Leo Famulari <l...@famulari.name>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0f74b5da3d..cdb3869de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@
 /doc/guix*.html
 /doc/guix*.info
 /doc/guix*.info-[0-9]
+/doc/guix*.info-[0-9][0-9]
 /doc/guix*.ky
 /doc/guix*.pg
 /doc/guix*.toc
@@ -158,4 +159,4 @@ tmp
 /gnu/packages/aux-files/guile-guile-launcher.o
 /guile
 .DS_Store
-.mumi/current-issue
\ No newline at end of file
+.mumi/current-issue

Reply via email to