From: Oliver Kopp Date: Sun, 10 Jul 2016 12:35:30 +0000 (+0200) Subject: Ignore .pdf X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2040%2Fhead;p=gitignore.git Ignore .pdf On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too. --- diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9..b7aa423b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -19,6 +19,9 @@ # *.eps # *.pdf +## Generated if empty string is given at "Please type another file name for output:" +.pdf + ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf