Skip to content

Commit

Permalink
Merge pull request github#1562 from 153957/patch-1
Browse files Browse the repository at this point in the history
Ignore files created by `\tikzexternalize`



When using TikZ & PGF with:
\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize
It creates .dpth and .md5 files for the externalized tikzpictures.

See these pages in section 50 Externalization Library:
p.617 - 50.4.1 Support for Labels and References In External Files
p.621 - /tikz/external/up to date check
In the PGF manual:
http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf
  • Loading branch information
arcresu committed Jun 24, 2015
2 parents c25991c + 948a87f commit 98b1db9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TeX.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ _minted*
*.sympy
sympy-plots-for-*.tex/

# TikZ & PGF
*.dpth
*.md5

# todonotes
*.tdo

Expand Down

0 comments on commit 98b1db9

Please sign in to comment.