Used LaTeX-specific .gitignore
This commit is contained in:
parent
c3f9d404bc
commit
c59b3c8618
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
Loading…
Reference in a new issue