TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)

ConTeXt generates .tuc files (utility cache) during each run. 

These can be removed using the command line [--purgeall](https://wiki.contextgarden.net/Input_and_compilation/Executable_scripts_and_auxiliary_files/context_script#--purgeall).

ConTeXt MKII generates .tui and .tuo with the generation of [ToC](https://wiki.contextgarden.net/Document_structure_and_headlines/Table_of_contents).

These files store document metadata between compilations and are not part of the source, so they should be ignored.
This commit is contained in:
Jonatán Perren 2026-04-03 22:06:17 -03:00 committed by GitHub
parent 9aa86b4610
commit de90107f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,8 +76,9 @@ acs-*.bib
*.cut *.cut
# context # context
*.tua
*.tuc *.tuc
*.tui
*.tuo
# cprotect # cprotect
*.cpt *.cpt