Skip to content

Commit 9aa86b4

Browse files
authored
TeX: add ConTeXt utility cache file (.tua & .tuc)
ConTeXt generates .tua and .tuc files (utility cache) during each run. These files store document metadata between compilations and are not part of the source, so they should be ignored.
1 parent b4105e7 commit 9aa86b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TeX.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ acs-*.bib
7575
# comment
7676
*.cut
7777

78+
# context
79+
*.tua
80+
*.tuc
81+
7882
# cprotect
7983
*.cpt
8084

0 commit comments

Comments
 (0)