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