mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
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.
This commit is contained in:
parent
b4105e73e4
commit
9aa86b4610
@ -75,6 +75,10 @@ acs-*.bib
|
|||||||
# comment
|
# comment
|
||||||
*.cut
|
*.cut
|
||||||
|
|
||||||
|
# context
|
||||||
|
*.tua
|
||||||
|
*.tuc
|
||||||
|
|
||||||
# cprotect
|
# cprotect
|
||||||
*.cpt
|
*.cpt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user