Compare commits

...

2 Commits

Author SHA1 Message Date
Alex P.
61d0d9fbd6
Merge cf6e0a5aaa into dcc0fc7bc2 2026-05-23 19:35:00 +00:00
Alex P.
cf6e0a5aaa
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.
2025-11-12 15:32:51 +00:00

View File

@ -181,13 +181,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*