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.
This commit is contained in:
parent
4488915eec
commit
10963b6fad
@ -169,7 +169,7 @@ acs-*.bib
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
*.pyg*
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
Loading…
Reference in New Issue
Block a user