mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 21:22:15 +08:00
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
# LaTeX / tectonic build artifacts -- regenerable, never commit.
|
|
*.pdf
|
|
*.aux
|
|
*.log
|
|
*.bbl
|
|
*.blg
|
|
*.out
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
*.toc
|
|
build/
|
|
# figures are symlinks into out/figs/ (regenerated by `just dyn`); don't commit.
|
|
figs/
|
|
# QC text dump + generated markdown (regenerate with `just paper-qc` / `paper-md`)
|
|
paper.txt
|
|
qc_report.txt
|
|
main.md
|