Skip to content

Commit d650516

Browse files
authored
Changed TeX to not ignore tikz files by default. (#3320)
1 parent 219b125 commit d650516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TeX.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ acs-*.bib
135135

136136
# knitr
137137
*-concordance.tex
138-
# TODO Comment the next line if you want to keep your tikz graphics files
139-
*.tikz
138+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
139+
# *.tikz
140140
*-tikzDictionary
141141

142142
# listings

0 commit comments

Comments
 (0)