Skip to content

Commit

Permalink
Tex: Ignore files generated by pdfcomment package
Browse files Browse the repository at this point in the history
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
  • Loading branch information
JelteF committed Dec 11, 2015
1 parent a018c72 commit a32059c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TeX.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ _minted*
*.sympy
sympy-plots-for-*.tex/

# pdfcomment
*.upa
*.upb

#pythontex
*.pytxcode
pythontex-files-*/
Expand Down

0 comments on commit a32059c

Please sign in to comment.