aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: def627a5293ba3077d4b64eac6c9d3f1aeff404b (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
# Generic

*~*
*#*

# LaTeX compilation remedies

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

# LaTeX package intermediates

*.dtx
*.ins
*.tex
*.sty
*.cls

# Enforce these

!tex/*.sty
!tex/*.cls
!doc/*.tex
!test/*.tex

# LaTeX PDF output

*.pdf