From d8a56ffdced3305cb28343d973d1d474a8544a9c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 10 Jul 2016 14:35:30 +0200 Subject: [PATCH] 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. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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