1
0
mirror of https://github.com/github/gitignore synced 2024-06-19 19:02:50 +02:00

Tex: Ignore files generated by pdfcomment package

The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
This commit is contained in:
Jelte Fennema 2015-12-11 11:35:40 +01:00
parent a018c720b7
commit a32059c07c

View File

@ -120,6 +120,10 @@ _minted*
*.sympy *.sympy
sympy-plots-for-*.tex/ sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
#pythontex #pythontex
*.pytxcode *.pytxcode
pythontex-files-*/ pythontex-files-*/