Compare commits

...

5 Commits

Author SHA1 Message Date
Alex P.
5e4d2944f5
Merge cf6e0a5aaa into c677dd99d4 2026-04-08 15:52:37 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05: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
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride

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*