Skip to content

Commit de90107

Browse files
authored
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.
1 parent 9aa86b4 commit de90107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeX.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ acs-*.bib
7676
*.cut
7777

7878
# context
79-
*.tua
8079
*.tuc
80+
*.tui
81+
*.tuo
8182

8283
# cprotect
8384
*.cpt

0 commit comments

Comments
 (0)