.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 <leo@famulari.name>
This commit is contained in:
Tomas Volf 2025-02-23 21:53:31 +01:00 committed by Leo Famulari
parent 68cd38756b
commit c1cab99ff8
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

1
.gitignore vendored
View file

@ -38,6 +38,7 @@
/doc/guix*.html /doc/guix*.html
/doc/guix*.info /doc/guix*.info
/doc/guix*.info-[0-9] /doc/guix*.info-[0-9]
/doc/guix*.info-[0-9][0-9]
/doc/guix*.ky /doc/guix*.ky
/doc/guix*.pg /doc/guix*.pg
/doc/guix*.toc /doc/guix*.toc