summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0f66a9ca5ac506e4557ecc6836059b304e44070c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.*
!.gitignore

# Rust
target

# Python
venv

# Latex auxillary files
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.gz
*.toc
*.dvi
_minted-*