[Tex] Change *.mtc0 to *.mtc[1-9][0-9]

When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
This commit is contained in:
Jeremy Coatelen 2015-05-15 14:21:22 +02:00
parent 4e0d738abe
commit d0c5830a25
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ acs-*.bib
# minitoc
*.maf
*.mtc
*.mtc0
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*