aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fb72ca19f2664f5bd2e3e8e80b34f759f8808c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# generic
*~*
*#*

# latex specific

*.aux
*.dvi
*.log
*.lyx
*.nav
*.out
*.snm
*.toc
*.vrb

# misc file types

*.bak
*.eps
*.jpg
*.pdf
*.eepic

# Test files and temporary files

test.d
test.d/test
*_
*_.tex

# Completed minutes (using sed scripts)

*-complete.tex

# PDF for archiving

!archive/*.pdf