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.
This commit is contained in:
parent
c25991c139
commit
948a87ffc9
1 changed files with 4 additions and 0 deletions
|
|
@ -120,6 +120,10 @@ _minted*
|
|||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue