TL2022 下编译通过的版本;完善 .gitignore 并移除已跟踪的中间文件
This commit is contained in:
+67
-1
@@ -1,3 +1,69 @@
|
||||
report.aux
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user