checkpoint 1
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user