33 lines
235 B
Plaintext
33 lines
235 B
Plaintext
# LaTeX auxiliary files
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.log
|
|
*.out
|
|
*.synctex.gz
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
|
|
# Build artifacts
|
|
*.dvi
|
|
*.ps
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|