From 1b5fb77c1c8d3195c9f39d7e72746846073a107d Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Fri, 31 Mar 2017 19:36:59 +0200 Subject: [PATCH] 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 --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 57ed9f5d..a0322dbd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -148,6 +148,9 @@ _minted* # pax *.pax +# pdfpcnotes +*.pdfpc + # sagetex *.sagetex.sage *.sagetex.py