66 lines
601 B
Plaintext
66 lines
601 B
Plaintext
# ---- LaTeX build files ----
|
|
*.aux
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.ilg
|
|
*.ind
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.out
|
|
*.run.xml
|
|
*.toc
|
|
*.synctex.gz
|
|
*.synctex.gz(busy)
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
|
|
# ---- latexmk ----
|
|
*.latexmk
|
|
|
|
# ---- PDF intermediate ----
|
|
*.dvi
|
|
*.ps
|
|
|
|
# ---- MusiXTeX ----
|
|
*.mx1
|
|
*.mx2
|
|
*.mx3
|
|
*.mx4
|
|
*.mx5
|
|
*.mx6
|
|
*.mx7
|
|
*.mx8
|
|
*.mx9
|
|
*.mxl
|
|
*.musixflx
|
|
|
|
# ---- Temporary editor files ----
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# ---- auto backup files ----
|
|
*.bak
|
|
*.backup
|
|
|
|
# ---- gnuplot outputs ----
|
|
*.gnuplot
|
|
*.gp
|
|
*.table
|
|
|
|
# ---- Python helper cache ----
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# ---- Build directories ----
|
|
build/
|
|
out/
|
|
tmp/
|
|
|