summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7146f152614d4792f2834bb749b35569a3d1a9f4 (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
39
40
41
# generic
*~*
*#*

# latex specific
*.aux
*.dvi
*.log
*.lyx
*.nav
*.out
*.snm
*.toc
*.vrb

# misc file types
*.bak
*.eps
*.jpg
*.pdf
*.eepic
*.svg
*.png

# directories 
doxygen
beamerexample
data
eepic
eps
pdf

# data
*.dat
*.mat

# special files
*matlab*
*octave*
*.mat*