mirror of
https://github.com/github/gitignore.git
synced 2026-05-16 05:33:34 -04: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:
@@ -75,6 +75,10 @@ acs-*.bib
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tua
|
||||
*.tuc
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user