forked from VowpalWabbit/vowpal_wabbit
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
135 lines (129 loc) · 2.03 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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
config.h
*.la
*.lo
vowpalwabbit/stamp-*
Makefile
config.status
test/*.predict
test/*.cmp
*.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
library/search_generate
test/RunTests.last.times
*.dSYM
*~
*.pc
*.pyc
.DS_Store
# build folders
**/x64
**/obj
**/Debug
**/Release
**/dll
**/ipch
**/target
# VS files
*.opensdf
*.suo
*.sdf
*.vcxproj.user
*.csproj.user
*.so
demo/mnist/infimnist
demo/ocr/letter.*
demo/ocr/run.*
**/TestResults
# IntelliJ
*.idea
*.iml
# Ignore NuGet Packages
*.nupkg
# Ignore the packages folder
**/packages
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
!**/packages/repositories.config
# QT
VW.config
VW.creator
VW.creator.user
VW.files
VW.includes
# Python packaging
python/.cache/**
python/.eggs/**
python/.tox/**
python/build/**
python/dist/**
python/src/**
python/vowpalwabbit.egg-info/**
python/.coverage
python/Makefile
python/setup.py
python/MANIFEST
/COPYING
/README
/compile
/cs/Serializer/Visitors/VowpalWabbitNativeVisitorExt.cs
/cs/Serializer/VowpalWabbitDefaultMarshallerExt.cs
/cs/unittest/RunTests.cs
vowpalwabbit/vw.VC.VC.opendb
vowpalwabbit/vw.VC.db
/cs/cs/Serializer/VowpalWabbitDefaultMarshallerExt.cs
/python/pylibvw.pyd
/python/pylibvw.cp35-win_amd64.pyd
CMakeFiles
cmake_install.cmake
CMakeCache.txt
*.vcxproj
*.vcxproj.filters
*.sln
decision_service/swig
/decision_service/python/python2/swig2/*
/decision_service/python/python3/swig3/*
CTestTestfile.cmake