forked from meetecho/janus-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (60 loc) · 917 Bytes
/
.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
cmdline.c
cmdline.h
version.c
docs/html/
janus
janus-cfgconv
janus-pp-rec
mjr2pcap
pcap2mjr
*.so
Makefile
Makefile.in
/build
/configure
/configure~
/autom4te.cache
/aclocal.m4
/m4
/missing
/libtool
/depcomp
/compile
/install-sh
/ltmain.sh
/config.log
/config.guess
/config.status
/config.sub
*.o
*.a
*.lo
*.la
.libs
pp-cmdline.c
pp-cmdline.h
p2m-cmdline.c
p2m-cmdline.h
/fuzzers/out
npm/dist
npm/src
/conf/janus.cfg.sample
/conf/janus.plugin.duktape.cfg.sample
/conf/janus.plugin.lua.cfg.sample
/conf/janus.plugin.recordplay.cfg.sample
/conf/janus.plugin.streaming.cfg.sample
/conf/janus.transport.http.cfg.sample
/conf/janus.transport.websockets.cfg.sample
/conf/janus.jcfg.sample
/conf/janus.plugin.duktape.jcfg.sample
/conf/janus.plugin.lua.jcfg.sample
/conf/janus.plugin.recordplay.jcfg.sample
/conf/janus.plugin.streaming.jcfg.sample
.deps
.dirstamp
# OS X
.DS_Store
# CLion
.idea
.vscode
node_modules