From 10963b6fadf3be6b7ee80255de97487db21fc0ab Mon Sep 17 00:00:00 2001 From: Daniel Jakob Date: Sat, 29 Apr 2023 13:25:46 +0100 Subject: [PATCH] Update TeX.gitignore to capture .pygtex and .pygstyle When minted is ran with caching enabled, two file types are created used in the caching process, .pgytex and .pygstyle. These were not being captured before pull request. https://tug.ctan.org/macros/latex/contrib/minted/minted.pdf .pygtex files are discussed in the section 8.3 of the implementation portion of the documentation and .pygstyle is mentioned in section 8.5. --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..e2a328f8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -169,7 +169,7 @@ acs-*.bib # minted _minted* -*.pyg +*.pyg* # morewrites *.mw