Browse Source

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.
Arne de Laat 9 years ago
parent
commit
948a87ffc9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      TeX.gitignore

+ 4 - 0
TeX.gitignore

@@ -120,6 +120,10 @@ _minted*
 *.sympy
 sympy-plots-for-*.tex/
 
+# TikZ & PGF
+*.dpth
+*.md5
+
 # todonotes
 *.tdo