summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ded6bf7ac75482abd81377abe370d55550e62b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LaTeX/beamer intermediate build products (see "make clean")
*.aux
*.log
*.nav
*.out
*.snm
*.synctex.gz
*.toc
*.vrb

# PDFs should not go to repo
*.pdf

# PDFs generated from .eps by epstopdf
*-eps-converted-to.pdf

# Apple stuff
.DS_Store