Skip to content

Commit 27c88da

Browse files
committed
Update gitignore
Signed-off-by: Martin Kemp <[email protected]>
1 parent 990a917 commit 27c88da

File tree

3 files changed

+284
-29
lines changed

3 files changed

+284
-29
lines changed

.gitignore

Lines changed: 284 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,286 @@
1-
*.log
21
.DS_Store
3-
cv.out
2+
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+
.*.lb
16+
17+
## Intermediate documents:
18+
*.dvi
19+
*.xdv
20+
*-converted-to.*
21+
# these rules might exclude image files for figures etc.
22+
# *.ps
23+
# *.eps
424
*.pdf
5-
cv.synctex.gz
25+
26+
## Generated if empty string is given at "Please type another file name for output:"
27+
.pdf
28+
29+
## Bibliography auxiliary files (bibtex/biblatex/biber):
30+
*.bbl
31+
*.bcf
32+
*.blg
33+
*-blx.aux
34+
*-blx.bib
35+
*.run.xml
36+
37+
## Build tool auxiliary files:
38+
*.fdb_latexmk
39+
*.synctex
40+
*.synctex(busy)
41+
*.synctex.gz
42+
*.synctex.gz(busy)
43+
*.pdfsync
44+
45+
## Build tool directories for auxiliary files
46+
# latexrun
47+
latex.out/
48+
49+
## Auxiliary and intermediate files from other packages:
50+
# algorithms
51+
*.alg
52+
*.loa
53+
54+
# achemso
55+
acs-*.bib
56+
57+
# amsthm
58+
*.thm
59+
60+
# beamer
61+
*.nav
62+
*.pre
63+
*.snm
64+
*.vrb
65+
66+
# changes
67+
*.soc
68+
69+
# comment
70+
*.cut
71+
72+
# cprotect
73+
*.cpt
74+
75+
# elsarticle (documentclass of Elsevier journals)
76+
*.spl
77+
78+
# endnotes
79+
*.ent
80+
81+
# fixme
82+
*.lox
83+
84+
# feynmf/feynmp
85+
*.mf
86+
*.mp
87+
*.t[1-9]
88+
*.t[1-9][0-9]
89+
*.tfm
90+
91+
#(r)(e)ledmac/(r)(e)ledpar
92+
*.end
93+
*.?end
94+
*.[1-9]
95+
*.[1-9][0-9]
96+
*.[1-9][0-9][0-9]
97+
*.[1-9]R
98+
*.[1-9][0-9]R
99+
*.[1-9][0-9][0-9]R
100+
*.eledsec[1-9]
101+
*.eledsec[1-9]R
102+
*.eledsec[1-9][0-9]
103+
*.eledsec[1-9][0-9]R
104+
*.eledsec[1-9][0-9][0-9]
105+
*.eledsec[1-9][0-9][0-9]R
106+
107+
# glossaries
108+
*.acn
109+
*.acr
110+
*.glg
111+
*.glo
112+
*.gls
113+
*.glsdefs
114+
*.lzo
115+
*.lzs
116+
117+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
118+
# *.ist
119+
120+
# gnuplottex
121+
*-gnuplottex-*
122+
123+
# gregoriotex
124+
*.gaux
125+
*.gtex
126+
127+
# htlatex
128+
*.4ct
129+
*.4tc
130+
*.idv
131+
*.lg
132+
*.trc
133+
*.xref
134+
135+
# hyperref
136+
*.brf
137+
138+
# knitr
139+
*-concordance.tex
140+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
141+
# *.tikz
142+
*-tikzDictionary
143+
144+
# listings
145+
*.lol
146+
147+
# luatexja-ruby
148+
*.ltjruby
149+
150+
# makeidx
151+
*.idx
152+
*.ilg
153+
*.ind
154+
155+
# minitoc
156+
*.maf
157+
*.mlf
158+
*.mlt
159+
*.mtc[0-9]*
160+
*.slf[0-9]*
161+
*.slt[0-9]*
162+
*.stc[0-9]*
163+
164+
# minted
165+
_minted*
166+
*.pyg
167+
168+
# morewrites
169+
*.mw
170+
171+
# nomencl
172+
*.nlg
173+
*.nlo
174+
*.nls
175+
176+
# pax
177+
*.pax
178+
179+
# pdfpcnotes
180+
*.pdfpc
181+
182+
# sagetex
183+
*.sagetex.sage
184+
*.sagetex.py
185+
*.sagetex.scmd
186+
187+
# scrwfile
188+
*.wrt
189+
190+
# sympy
191+
*.sout
192+
*.sympy
193+
sympy-plots-for-*.tex/
194+
195+
# pdfcomment
196+
*.upa
197+
*.upb
198+
199+
# pythontex
200+
*.pytxcode
201+
pythontex-files-*/
202+
203+
# tcolorbox
204+
*.listing
205+
206+
# thmtools
207+
*.loe
208+
209+
# TikZ & PGF
210+
*.dpth
211+
*.md5
212+
*.auxlock
213+
214+
# todonotes
215+
*.tdo
216+
217+
# vhistory
218+
*.hst
219+
*.ver
220+
221+
# easy-todo
222+
*.lod
223+
224+
# xcolor
225+
*.xcp
226+
227+
# xmpincl
228+
*.xmpi
229+
230+
# xindy
231+
*.xdy
232+
233+
# xypic precompiled matrices and outlines
234+
*.xyc
235+
*.xyd
236+
237+
# endfloat
238+
*.ttt
239+
*.fff
240+
241+
# Latexian
242+
TSWLatexianTemp*
243+
244+
## Editors:
245+
# WinEdt
246+
*.bak
247+
*.sav
248+
249+
# Texpad
250+
.texpadtmp
251+
252+
# LyX
253+
*.lyx~
254+
255+
# Kile
256+
*.backup
257+
258+
# gummi
259+
.*.swp
260+
261+
# KBibTeX
262+
*~[0-9]*
263+
264+
# TeXnicCenter
265+
*.tps
266+
267+
# auto folder when using emacs and auctex
268+
./auto/*
269+
*.el
270+
271+
# expex forward references with \gathertags
272+
*-tags.tex
273+
274+
# standalone packages
275+
*.sta
276+
277+
# Makeindex log files
278+
*.lpz
279+
280+
# xwatermark package
281+
*.xwm
282+
283+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
284+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
285+
# Uncomment the next line to have this generated file ignored.
286+
#*Notes.bib

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

cv.aux

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)