mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 02:01:45 +08:00
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:
parent
9aa86b4610
commit
de90107f1a
@ -76,8 +76,9 @@ acs-*.bib
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tua
|
||||
*.tuc
|
||||
*.tui
|
||||
*.tuo
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user