Commit 1b5fb77c authored by Piotr Orzechowski's avatar Piotr Orzechowski Committed by GitHub

Add pdfpc files to Tex.gitignore

The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files.
These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually).

[1] https://pdfpc.github.io/
[2] https://github.com/cebe/pdfpc-latex-notes
parent 20cd3857
......@@ -148,6 +148,9 @@ _minted*
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment