We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06c9fd7 + eab300e commit 5c9413fCopy full SHA for 5c9413f
1 file changed
TeX.gitignore
@@ -85,6 +85,7 @@ acs-*.bib
85
86
# knitr
87
*-concordance.tex
88
+# TODO Comment the next line if you want to keep your tikz graphics files
89
*.tikz
90
*-tikzDictionary
91
@@ -132,13 +133,10 @@ sympy-plots-for-*.tex/
132
133
*.upa
134
*.upb
135
-#pythontex
136
+# pythontex
137
*.pytxcode
138
pythontex-files-*/
139
-# Texpad
140
-.texpadtmp
141
-
142
# TikZ & PGF
143
*.dpth
144
*.md5
@@ -153,13 +151,23 @@ pythontex-files-*/
153
151
# xypic precompiled matrices
154
152
*.xyc
155
156
-# WinEdt
157
-*.bak
158
-*.sav
159
160
# endfloat
161
*.ttt
162
*.fff
163
164
# Latexian
165
TSWLatexianTemp*
+
+## Editors:
+# WinEdt
+*.bak
+*.sav
166
+# Texpad
167
+.texpadtmp
168
169
+# Kile
170
+*.backup
171
172
+# KBibTeX
173
+*~*
0 commit comments