Refine minitoc entries in TeX.gitignore

Updated minitoc patterns to include versioning. `TeX.gitignore` now ignores both numbered and non-numbered minitoc files. 

The changes were made to include:
- Numbered `.maf`, `.mlf`, `.mlt`, and `.mtc` files;
- Non-numbered `.slf`, `.slt`, and `.stc` files.
This commit is contained in:
Alex P. 2025-11-12 15:32:51 +00:00 committed by GitHub
parent fc6ce5da28
commit cf6e0a5aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,13 +176,13 @@ acs-*.bib
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
*.maf*([0-9])
*.mlf*([0-9])
*.mlt*([0-9])
*.mtc*([0-9])
*.slf*([0-9])
*.slt*([0-9])
*.stc*([0-9])
# minted
_minted*