Skip to content

Commit d8a56ff

Browse files
authored
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.
1 parent c0de8bc commit d8a56ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TeX.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
# *.eps
2020
# *.pdf
2121

22+
## Generated if empty string is given at "Please type another file name for output:"
23+
.pdf
24+
2225
## Bibliography auxiliary files (bibtex/biblatex/biber):
2326
*.bbl
2427
*.bcf

0 commit comments

Comments
 (0)