chore(.gitignore): add additional LaTeX file types to ignore list
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -3,3 +3,16 @@ data/**/*.csv
|
||||
.venv/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
|
||||
# Latex
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.toc
|
||||
*.bbl
|
||||
*.blg
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.synctex.gz
|
||||
*.dvi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user