소스 검색

Merge pull request #1562 from 153957/patch-1

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
Carl Suster 9 년 전
부모
커밋
98b1db9283
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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