Skip to content

Commit 5c9413f

Browse files
committed
Merge pull request #1471 from lszeremeta/master
Ignore Kile and kBibTeX backup files
2 parents 06c9fd7 + eab300e commit 5c9413f

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

TeX.gitignore

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ acs-*.bib
8585

8686
# knitr
8787
*-concordance.tex
88+
# TODO Comment the next line if you want to keep your tikz graphics files
8889
*.tikz
8990
*-tikzDictionary
9091

@@ -132,13 +133,10 @@ sympy-plots-for-*.tex/
132133
*.upa
133134
*.upb
134135

135-
#pythontex
136+
# pythontex
136137
*.pytxcode
137138
pythontex-files-*/
138139

139-
# Texpad
140-
.texpadtmp
141-
142140
# TikZ & PGF
143141
*.dpth
144142
*.md5
@@ -153,13 +151,23 @@ pythontex-files-*/
153151
# xypic precompiled matrices
154152
*.xyc
155153

156-
# WinEdt
157-
*.bak
158-
*.sav
159-
160154
# endfloat
161155
*.ttt
162156
*.fff
163157

164158
# Latexian
165159
TSWLatexianTemp*
160+
161+
## Editors:
162+
# WinEdt
163+
*.bak
164+
*.sav
165+
166+
# Texpad
167+
.texpadtmp
168+
169+
# Kile
170+
*.backup
171+
172+
# KBibTeX
173+
*~*

0 commit comments

Comments
 (0)