Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2df935a7faa75988cdaa39791e9c4ebd26382fc2 (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
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
Makefile.in
cluster/Makefile.in
cluster/Makefile
acinclude.d/libtool.m4
acinclude.d/ltoptions.m4
acinclude.d/ltsugar.m4
acinclude.d/ltversion.m4
acinclude.d/lt~obsolete.m4
aclocal.m4
config.guess
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
vowpalwabbit/Makefile.in
vowpalwabbit/config.h.in
config.h
*.la
*.lo
vowpalwabbit/stamp-*
Makefile
config.status
test/*.predict
*.log
*.o
*.a
t_*
bin
vw
.*
vw.1
*.cache
*.tgz
test/*.tmp
test/models
test/topk.model
.libs
.deps
autom4te.cache/
vowpalwabbit/active_interactor
vowpalwabbit/vw
cluster/spanning_tree
*.d
*.prev
library/ezexample_predict
library/ezexample_train
library/library_example
library/recommend
library/gd_mf_weights
library/test_search
test/RunTests.last.times
*.dSYM

# build folders
**/x64
**/obj
**/Debug
**/Release
**/dll
**/ipch
**/target

# VS files
*.opensdf
*.suo
*.sdf
*.vcxproj.user
*.so
demo/mnist/infimnist
demo/ocr/letter.*
demo/ocr/run.*

# IntelliJ
*.idea
*.iml