]> source.dussan.org Git - gitignore.git/commitdiff
Ignore .pdf 2040/head
authorOliver Kopp <kopp.dev@gmail.com>
Sun, 10 Jul 2016 12:35:30 +0000 (14:35 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2016 12:35:30 +0000 (14:35 +0200)
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

index 3cb097c9d5e5d3cb7b63393d7e1ddb8b999b2e28..b7aa423bc123814a92b643b0657582b44bb0c0e4 100644 (file)
@@ -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