69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
# ============================================================
|
|
# LaTeX auxiliary files
|
|
# ============================================================
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.bbl
|
|
*.blg
|
|
*.bcf
|
|
*.run.xml
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.synctex.gz
|
|
*.synctex.gz(busy)
|
|
*.xdv
|
|
*.dvi
|
|
*.ps
|
|
|
|
# Index / glossary
|
|
*.idx
|
|
*.ind
|
|
*.ilg
|
|
*.glo
|
|
*.gls
|
|
*.glg
|
|
*.ist
|
|
*.acn
|
|
*.acr
|
|
*.alg
|
|
|
|
# Beamer / misc LaTeX
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
|
|
# ============================================================
|
|
# Generated PDFs
|
|
# Do not ignore all *.pdf because figure PDFs should be tracked.
|
|
# ============================================================
|
|
# main.pdf
|
|
# toc.pdf
|
|
# support/support.pdf
|
|
# coverletter/coverletter.pdf
|
|
|
|
# ============================================================
|
|
# Generated bibliography files
|
|
# Keep reference.bib tracked.
|
|
# ============================================================
|
|
acs-main.bib
|
|
acs-support.bib
|
|
|
|
# ============================================================
|
|
# Temporary / backup files
|
|
# ============================================================
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
#*#
|
|
*.swp
|
|
*.swo
|
|
.*
|
|
|
|
# latexindent
|
|
indent.log
|
|
|