forked from qminer/qminer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
154 lines (126 loc) · 2.2 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# compiled python files
*.pyc
# project files folder
project
# Autoconf
config.log
# NPM
npm-debug.log
/node_modules/*
!/node_modules/qminer.js
# project files from Eclipse
.project
.cproject
.settings
.metadata
# project files from NetBeans
nbproject
# Vim
.vimrc
.ycm_extra_conf.py
/tags
/cscope.out
/cscope.po.out
/cscope.in.out
# build results
build
doc
Doxyfile-tmp
log-doxygen.txt
temp
cppdoc
qm.conf
db
*.dat
*.opensdf
*.sdf
*.lib
*.user
*.suo
Debug
Release
lock
jsdoc_1.txt
jsdoc_2.txt
/examples/twitter/sandbox/twitter/1h_tweets.json
/examples/twitter/sandbox/twitter/graph1.gv
/examples/twitter/sandbox/twitter/graph2.gv
/examples/twitter/sandbox/twitter/svmFilter.bin
/examples/twitter/sandbox/twitter/svmSentiment.bin
timeseriesHack
twitterHack
.DS_store
/qminer.aps
/qminer.rc
/resource.h
/test/javascript/tesi.batjavascriptdebug
javascriptdebug
linalg - Copy
timeseries - Copy
tesi
/src/glib/net/sock - novak.h
/src/qminer/intellisense/backup_linalg_handmade.txt
/src/qminer/intellisense/cut_out.txt
/src/qminer/intellisense/intelli_body.js
/src/qminer/intellisense/intelli_body2.js
/src/qminer/intellisense/intelli_head.js_
/src/qminer/intellisense/intelli_tail_old.js
/src/qminer/intellisense/intellisense.js
/src/qminer/intellisense/intellitesiOut.js
/src/qminer/intellisense/intellitesi_body.js
/src/qminer/intellisense/problems.js
/src/qminer/intellisense/test.py
/src/qminer/intellisense/time.primer
unique_fields
timeseriesPlot - Copy
timeseries - Copy (2)
old
/examples/graphextract/cobisg.txt
bug
quax
elycite
symphony
symphony-code
out
/test/cpp/run-all-tests
/test/cpp/test1.txt
/test/cpp/test.txt
cha
.DC_Store
autom4te.cache
autom4te.cache
nodetempdoc
/x64
/test/nodejs/*.bin
/test/nodejs/g.html
db1
db2
/test/nodejs/db-strict
binding-1.gyp
/test/nodejs/.tmpclfile
/test/nodejs/tmpclfile
/test/nodejs/tmpclfile2
/test/nodejs/recordset_plain.js
/test/nodejs/file.txt
/test/my/
/examples/streamaggregate/node_modules
*.opendb
/test/nodejs/store_and_index.js
/test/nodejs/jointest.dbg.js
/test/nodejs/*.txt
/test/nodejs/example*.js
/test/cpp/gtest*
# GIT FILES
*.orig
/TestStore