43 lines
322 B
Plaintext
43 lines
322 B
Plaintext
# LaTeX temporary files
|
|
*.aux
|
|
*.log
|
|
*.toc
|
|
*.brf
|
|
*.ilg
|
|
*.lol
|
|
*.xdg
|
|
*.xdy
|
|
*.glsdefs
|
|
*.fls
|
|
*.glo
|
|
*.idx
|
|
*.ind
|
|
*.lof
|
|
*.lot
|
|
*.glg
|
|
*.gls
|
|
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# PDF output - usually a bad idea to keep this in Git
|
|
*.pdf
|
|
|
|
# Latexmk
|
|
*.fdb_latexmk
|
|
|
|
# SyncTeX
|
|
*.synctex.gz
|
|
|
|
# LaTeX Beamer
|
|
*.snm
|
|
*.vrb
|
|
*.nav
|
|
*.out
|
|
|
|
# BibTeX
|
|
*.bbl
|
|
*.blg
|
|
|