Files
大窪 貴洋 bef8120528 gitignore更新
2026-07-03 07:23:26 +09:00

67 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
.*
*.zip
*.tgz