changeset 24078:08093b89c08a

maint: update .hgignore to handle larger Texinfo manual * .hgignore: Update regex to ignore Texinfo files with more than one digit appended to the .info suffix.
author Mike Miller <mtmiller@octave.org>
date Thu, 21 Sep 2017 14:23:42 -0700
parents e483dcb5777d
children 44bdd1bf14d8
files .hgignore
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Sep 21 14:19:10 2017 -0700
+++ b/.hgignore	Thu Sep 21 14:23:42 2017 -0700
@@ -30,7 +30,7 @@
 
 # e.g. doc/faq/OctaveFAQ.info
 #      doc/interpreter/octave.info-4
-^doc/.*\.info(-\d)?$
+^doc/.*\.info(-\d+)?$
 
 ^doc/\w*/stamp-(vti|\d+)$
 ^doc/\w*/version-\w+\.texi$