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