]> code.communitydata.science - uw_tex_letterhead.git/blob - .gitignore
Initial import
[uw_tex_letterhead.git] / .gitignore
1
2 ## From: https://github.com/github/gitignore/blob/master/TeX.gitignore
3 ## Core latex/pdflatex auxiliary files:
4 *.aux
5 *.lof
6 *.log
7 *.lot
8 *.fls
9 *.out
10 *.toc
11 *.fmt
12 *.fot
13 *.cb
14 *.cb2
15
16 ## Intermediate documents:
17 *.dvi
18 *.xdv
19 *-converted-to.*
20 # these rules might exclude image files for figures etc.
21 # *.ps
22 # *.eps
23 # *.pdf
24
25 ## Generated if empty string is given at "Please type another file name for output:"
26 .pdf
27
28 ## Bibliography auxiliary files (bibtex/biblatex/biber):
29 *.bbl
30 *.bcf
31 *.blg
32 *-blx.aux
33 *-blx.bib
34 *.run.xml
35
36 ## Build tool auxiliary files:
37 *.fdb_latexmk
38 *.synctex
39 *.synctex(busy)
40 *.synctex.gz
41 *.synctex.gz(busy)
42 *.pdfsync
43
44 ## Auxiliary and intermediate files from other packages:
45 # algorithms
46 *.alg
47 *.loa
48
49 # achemso
50 acs-*.bib
51
52 # amsthm
53 *.thm
54
55 # beamer
56 *.nav
57 *.pre
58 *.snm
59 *.vrb
60
61 # changes
62 *.soc
63
64 # cprotect
65 *.cpt
66
67 # elsarticle (documentclass of Elsevier journals)
68 *.spl
69
70 # endnotes
71 *.ent
72
73 # fixme
74 *.lox
75
76 # feynmf/feynmp
77 *.mf
78 *.mp
79 *.t[1-9]
80 *.t[1-9][0-9]
81 *.tfm
82
83 #(r)(e)ledmac/(r)(e)ledpar
84 *.end
85 *.?end
86 *.[1-9]
87 *.[1-9][0-9]
88 *.[1-9][0-9][0-9]
89 *.[1-9]R
90 *.[1-9][0-9]R
91 *.[1-9][0-9][0-9]R
92 *.eledsec[1-9]
93 *.eledsec[1-9]R
94 *.eledsec[1-9][0-9]
95 *.eledsec[1-9][0-9]R
96 *.eledsec[1-9][0-9][0-9]
97 *.eledsec[1-9][0-9][0-9]R
98
99 # glossaries
100 *.acn
101 *.acr
102 *.glg
103 *.glo
104 *.gls
105 *.glsdefs
106
107 # gnuplottex
108 *-gnuplottex-*
109
110 # gregoriotex
111 *.gaux
112 *.gtex
113
114 # hyperref
115 *.brf
116
117 # knitr
118 *-concordance.tex
119 # TODO Comment the next line if you want to keep your tikz graphics files
120 *.tikz
121 *-tikzDictionary
122
123 # listings
124 *.lol
125
126 # makeidx
127 *.idx
128 *.ilg
129 *.ind
130 *.ist
131
132 # minitoc
133 *.maf
134 *.mlf
135 *.mlt
136 *.mtc[0-9]*
137 *.slf[0-9]*
138 *.slt[0-9]*
139 *.stc[0-9]*
140
141 # minted
142 _minted*
143 *.pyg
144
145 # morewrites
146 *.mw
147
148 # nomencl
149 *.nlo
150
151 # pax
152 *.pax
153
154 # pdfpcnotes
155 *.pdfpc
156
157 # sagetex
158 *.sagetex.sage
159 *.sagetex.py
160 *.sagetex.scmd
161
162 # scrwfile
163 *.wrt
164
165 # sympy
166 *.sout
167 *.sympy
168 sympy-plots-for-*.tex/
169
170 # pdfcomment
171 *.upa
172 *.upb
173
174 # pythontex
175 *.pytxcode
176 pythontex-files-*/
177
178 # thmtools
179 *.loe
180
181 # TikZ & PGF
182 *.dpth
183 *.md5
184 *.auxlock
185
186 # todonotes
187 *.tdo
188
189 # easy-todo
190 *.lod
191
192 # xindy
193 *.xdy
194
195 # xypic precompiled matrices
196 *.xyc
197
198 # endfloat
199 *.ttt
200 *.fff
201
202 # Latexian
203 TSWLatexianTemp*
204
205 ## Editors:
206 # WinEdt
207 *.bak
208 *.sav
209
210 # Texpad
211 .texpadtmp
212
213 # Kile
214 *.backup
215
216 # KBibTeX
217 *~[0-9]*
218
219 # auto folder when using emacs and auctex
220 /auto/*
221
222 # expex forward references with \gathertags
223 *-tags.tex
224
225

Community Data Science Collective || Want to submit a patch?