Commit d0c5830a authored by Jeremy Coatelen's avatar Jeremy Coatelen

[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]`).
parent 4e0d738a
......@@ -93,7 +93,8 @@ acs-*.bib
# minitoc
*.maf
*.mtc
*.mtc0
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment