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

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