Commit 948a87ff authored by Arne de Laat's avatar Arne de Laat

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.
parent c25991c1
...@@ -120,6 +120,10 @@ _minted* ...@@ -120,6 +120,10 @@ _minted*
*.sympy *.sympy
sympy-plots-for-*.tex/ sympy-plots-for-*.tex/
# TikZ & PGF
*.dpth
*.md5
# todonotes # todonotes
*.tdo *.tdo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment