70 lines
747 B
Plaintext
70 lines
747 B
Plaintext
## LaTeX 编译中间文件
|
|
|
|
# 主文件对应的所有辅助文件
|
|
report.aux
|
|
report.log
|
|
report.toc
|
|
report.lof
|
|
report.lot
|
|
report.out
|
|
report.synctex.gz
|
|
report.synctex(busy)
|
|
report.fls
|
|
report.fdb_latexmk
|
|
report.xdv
|
|
report.bbl
|
|
report.blg
|
|
report.spl
|
|
report.idx
|
|
report.ilg
|
|
report.ind
|
|
report.nav
|
|
report.snm
|
|
report.vrb
|
|
report.lol
|
|
report.lox
|
|
report.glo
|
|
report.ist
|
|
report.acn
|
|
report.acr
|
|
report.alg
|
|
report.gls
|
|
report.glsdefs
|
|
report.run.xml
|
|
report.bcf
|
|
report.tag
|
|
report.maf
|
|
report.mtc*
|
|
report.ttt
|
|
report.ptc*
|
|
|
|
# 通用模式(覆盖所有文件名)
|
|
*.aux
|
|
*.log
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.out
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.xdv
|
|
*.bbl
|
|
*.blg
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.lol
|
|
*.glo
|
|
*.glg
|
|
*.gls
|
|
*.ist
|
|
*.bcf
|
|
*.run.xml
|
|
|
|
# 保留 PDF 成品
|
|
!report.pdf
|