18 lines
276 B
Text
18 lines
276 B
Text
|
# Ignoring residue files from LaTeX compilation:
|
||
|
*.aux
|
||
|
*.bbl
|
||
|
*.bbl-SAVE-ERROR
|
||
|
*.bcf
|
||
|
*.bcf-SAVE-ERROR
|
||
|
*.blg
|
||
|
*.fdb_latexmk
|
||
|
*.fls
|
||
|
*.log
|
||
|
*.out
|
||
|
*.run.xml
|
||
|
*.synctex.gz
|
||
|
*.toc
|
||
|
*.synctex(busy)
|
||
|
|
||
|
# Removing pdfs as well because they cause many issues especially with `git checkout`
|
||
|
*.pdf
|