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

*~*
*#*

# LaTeX compilation remedies

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

# LaTeX package intermediates

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

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


# LaTeX PDF output

*.pdf