mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 07:03:30 +01:00
Extend .gitignore to more LaTeX intermediates
This commit is contained in:
parent
45bfc8e9a7
commit
48459ffad5
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue