-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
98 lines (88 loc) · 1.12 KB
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.to
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.swp
# Binaries #
hybrid-Lambda
hybrid-Lambda_dbg
hybrid-Lambda_prof
hybrid-Lambda_cov
# doc #
######################
doc/manual.aux
doc/manual.out
doc/net1-figure0.dpth
doc/net1-figure0.dvi
doc/net1-figure0.pdf
doc/net1-figure0.ps
doc/net1-figure1.dpth
doc/net1-figure1.dvi
doc/net1-figure1.eps
doc/net1-figure1.ps
doc/net1.aux
doc/net1.auxlock
doc/net1.dvi
html
reference
# automake
Makefile
Makefile.in
autom4te.cache
config.*
depcomp
install-sh
missing
configure
aclocal.m4
.deps
INSTALL
compile
test-driver
# figures
src/texfigure.aux
src/texfigure.pdf
src/texfigure.tex
src/dotfigure.eps
src/dotfigure.pdf
src/dotfigure.ps
# examples
OUT*
example*
GENE*
# tests
tests/caterpillar_test/*gt*
*.dirstamp
# unittest
unit_tests
unit_tests.trs
test-driver
compile
# gcov
*gcov
*gcno
*gcda
compile
test-driver