Преглед на файлове

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.
Oliver Kopp преди 8 години
родител
ревизия
d8a56ffdce
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      TeX.gitignore

+ 3 - 0
TeX.gitignore

@@ -19,6 +19,9 @@
 # *.eps
 # *.eps
 # *.pdf
 # *.pdf
 
 
+## Generated if empty string is given at "Please type another file name for output:"
+.pdf
+
 ## Bibliography auxiliary files (bibtex/biblatex/biber):
 ## Bibliography auxiliary files (bibtex/biblatex/biber):
 *.bbl
 *.bbl
 *.bcf
 *.bcf