mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Ignore *.auxlock files created by TikZ in TeX
TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library.
This commit is contained in:
parent
98b1db9283
commit
daa440bce8
@ -123,6 +123,7 @@ sympy-plots-for-*.tex/
|
|||||||
# TikZ & PGF
|
# TikZ & PGF
|
||||||
*.dpth
|
*.dpth
|
||||||
*.md5
|
*.md5
|
||||||
|
*.auxlock
|
||||||
|
|
||||||
# todonotes
|
# todonotes
|
||||||
*.tdo
|
*.tdo
|
||||||
|
Loading…
Reference in New Issue
Block a user