Skip to content

Commit ac6cdcc

Browse files
authored
Update .gitignore to ignore LaTeX caches
1 parent 921e732 commit ac6cdcc

1 file changed

Lines changed: 310 additions & 0 deletions

File tree

.gitignore

Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,314 @@ AMENT_IGNORE
353353
.history
354354
.ionide
355355

356+
### LaTeX ###
357+
## Core latex/pdflatex auxiliary files:
358+
*.aux
359+
*.lof
360+
*.log
361+
*.lot
362+
*.fls
363+
*.out
364+
*.toc
365+
*.fmt
366+
*.fot
367+
*.cb
368+
*.cb2
369+
.*.lb
370+
371+
## Intermediate documents:
372+
*.dvi
373+
*.xdv
374+
*-converted-to.*
375+
# these rules might exclude image files for figures etc.
376+
# *.ps
377+
# *.eps
378+
# *.pdf
379+
380+
## Generated if empty string is given at "Please type another file name for output:"
381+
.pdf
382+
383+
## Bibliography auxiliary files (bibtex/biblatex/biber):
384+
*.bbl
385+
*.bcf
386+
*.blg
387+
*-blx.aux
388+
*-blx.bib
389+
*.run.xml
390+
391+
## Build tool auxiliary files:
392+
*.fdb_latexmk
393+
*.synctex
394+
*.synctex(busy)
395+
*.synctex.gz
396+
*.synctex.gz(busy)
397+
*.pdfsync
398+
399+
## Build tool directories for auxiliary files
400+
# latexrun
401+
latex.out/
402+
403+
## Auxiliary and intermediate files from other packages:
404+
# algorithms
405+
*.alg
406+
*.loa
407+
408+
# achemso
409+
acs-*.bib
410+
411+
# amsthm
412+
*.thm
413+
414+
# beamer
415+
*.nav
416+
*.pre
417+
*.snm
418+
*.vrb
419+
420+
# changes
421+
*.soc
422+
423+
# comment
424+
*.cut
425+
426+
# cprotect
427+
*.cpt
428+
429+
# elsarticle (documentclass of Elsevier journals)
430+
*.spl
431+
432+
# endnotes
433+
*.ent
434+
435+
# fixme
436+
*.lox
437+
438+
# feynmf/feynmp
439+
*.mf
440+
*.mp
441+
*.t[1-9]
442+
*.t[1-9][0-9]
443+
*.tfm
444+
445+
#(r)(e)ledmac/(r)(e)ledpar
446+
*.end
447+
*.?end
448+
*.[1-9]
449+
*.[1-9][0-9]
450+
*.[1-9][0-9][0-9]
451+
*.[1-9]R
452+
*.[1-9][0-9]R
453+
*.[1-9][0-9][0-9]R
454+
*.eledsec[1-9]
455+
*.eledsec[1-9]R
456+
*.eledsec[1-9][0-9]
457+
*.eledsec[1-9][0-9]R
458+
*.eledsec[1-9][0-9][0-9]
459+
*.eledsec[1-9][0-9][0-9]R
460+
461+
# glossaries
462+
*.acn
463+
*.acr
464+
*.glg
465+
*.glo
466+
*.gls
467+
*.glsdefs
468+
*.lzo
469+
*.lzs
470+
*.slg
471+
*.slo
472+
*.sls
473+
474+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
475+
# *.ist
476+
477+
# gnuplot
478+
*.gnuplot
479+
*.table
480+
481+
# gnuplottex
482+
*-gnuplottex-*
483+
484+
# gregoriotex
485+
*.gaux
486+
*.glog
487+
*.gtex
488+
489+
# htlatex
490+
*.4ct
491+
*.4tc
492+
*.idv
493+
*.lg
494+
*.trc
495+
*.xref
496+
497+
# hyperref
498+
*.brf
499+
500+
# knitr
501+
*-concordance.tex
502+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
503+
# *.tikz
504+
*-tikzDictionary
505+
506+
# listings
507+
*.lol
508+
509+
# luatexja-ruby
510+
*.ltjruby
511+
512+
# makeidx
513+
*.idx
514+
*.ilg
515+
*.ind
516+
517+
# minitoc
518+
*.maf
519+
*.mlf
520+
*.mlt
521+
*.mtc[0-9]*
522+
*.slf[0-9]*
523+
*.slt[0-9]*
524+
*.stc[0-9]*
525+
526+
# minted
527+
_minted*
528+
*.pyg
529+
530+
# morewrites
531+
*.mw
532+
533+
# newpax
534+
*.newpax
535+
536+
# nomencl
537+
*.nlg
538+
*.nlo
539+
*.nls
540+
541+
# pax
542+
*.pax
543+
544+
# pdfpcnotes
545+
*.pdfpc
546+
547+
# sagetex
548+
*.sagetex.sage
549+
*.sagetex.py
550+
*.sagetex.scmd
551+
552+
# scrwfile
553+
*.wrt
554+
555+
# svg
556+
svg-inkscape/
557+
558+
# sympy
559+
*.sout
560+
*.sympy
561+
sympy-plots-for-*.tex/
562+
563+
# pdfcomment
564+
*.upa
565+
*.upb
566+
567+
# pythontex
568+
*.pytxcode
569+
pythontex-files-*/
570+
571+
# tcolorbox
572+
*.listing
573+
574+
# thmtools
575+
*.loe
576+
577+
# TikZ & PGF
578+
*.dpth
579+
*.md5
580+
*.auxlock
581+
582+
# titletoc
583+
*.ptc
584+
585+
# todonotes
586+
*.tdo
587+
588+
# vhistory
589+
*.hst
590+
*.ver
591+
592+
# easy-todo
593+
*.lod
594+
595+
# xcolor
596+
*.xcp
597+
598+
# xmpincl
599+
*.xmpi
600+
601+
# xindy
602+
*.xdy
603+
604+
# xypic precompiled matrices and outlines
605+
*.xyc
606+
*.xyd
607+
608+
# endfloat
609+
*.ttt
610+
*.fff
611+
612+
# Latexian
613+
TSWLatexianTemp*
614+
615+
## Editors:
616+
# WinEdt
617+
*.bak
618+
*.sav
619+
620+
# Texpad
621+
.texpadtmp
622+
623+
# LyX
624+
*.lyx~
625+
626+
# Kile
627+
*.backup
628+
629+
# gummi
630+
.*.swp
631+
632+
# KBibTeX
633+
*~[0-9]*
634+
635+
# TeXnicCenter
636+
*.tps
637+
638+
# auto folder when using emacs and auctex
639+
./auto/*
640+
*.el
641+
642+
# expex forward references with \gathertags
643+
*-tags.tex
644+
645+
# standalone packages
646+
*.sta
647+
648+
# Makeindex log files
649+
*.lpz
650+
651+
# xwatermark package
652+
*.xwm
653+
654+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
655+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
656+
# Uncomment the next line to have this generated file ignored.
657+
#*Notes.bib
658+
659+
### LaTeX Patch ###
660+
# LIPIcs / OASIcs
661+
*.vtc
662+
663+
# glossaries
664+
*.glstex
665+
356666
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,c++,python,jupyternotebooks,ros,ros2,matlab,git

0 commit comments

Comments
 (0)