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

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