summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 61b69213dea39ec158b4629fe20405c7e57db34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LaTeX Compilation files
*.aux
*.log
*.out
*.synctex.gz
*.fls
*.gz
*.fdb_latexmk

# Pre-compiled PDFs
*.pdf

# Vim
*.swp
*.swo

# Ctags
tags