mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
.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:
parent
68cd38756b
commit
c1cab99ff8
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
.mumi/current-issue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue