From 9aa86b46104f1ce2cbb35461d01619368b9df208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonat=C3=A1n=20Perren?= <57823100+gxono@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:24:28 -0300 Subject: [PATCH] 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. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 9308a4b649..e1f14f0a21 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -75,6 +75,10 @@ acs-*.bib # comment *.cut +# context +*.tua +*.tuc + # cprotect *.cpt