46 lines
379 B
Plaintext
46 lines
379 B
Plaintext
.opencode/**
|
|
# TeX auxiliary files
|
|
*.aux
|
|
*.lof
|
|
*.lot
|
|
*.toc
|
|
*.out
|
|
*.log
|
|
*.fls
|
|
*.fmt
|
|
*.fot
|
|
*.cb
|
|
*.cb2
|
|
.*.lb
|
|
|
|
# Bibliography / references
|
|
*.bbl
|
|
*.blg
|
|
*.bcf
|
|
*-blx.aux
|
|
*-blx.bib
|
|
*.run.xml
|
|
*.brf
|
|
|
|
# Indices, glossaries, etc.
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.gls
|
|
*.glo
|
|
*.glsdefs
|
|
*.ist
|
|
|
|
# Output formats
|
|
*.dvi
|
|
*.xdv
|
|
*.pdf
|
|
*-converted-to.*
|
|
|
|
# Editor / system junk
|
|
*.pyc
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.tmp
|