Extend .gitignore to more LaTeX intermediates

This commit is contained in:
Eric Teunis de Boone 2022-02-02 13:39:38 +01:00
parent 45bfc8e9a7
commit 48459ffad5
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -9,6 +9,10 @@
*.snm *.snm
*.fdb_latexmk *.fdb_latexmk
*.fls *.fls
*.bbl
*-blx.bib
*.blg
*.run.xml
# also the outputs # also the outputs
*.dvi *.dvi
*.ps *.ps