forked from meetecho/janus-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (66 loc) · 1.19 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
cmdline.c
cmdline.h
version.c
docs/html/
/janus
/janus-cfgconv
/janus-pp-rec
/plugins/*.so
/transports/*.so
/events/*.so
Makefile
Makefile.in
/build
/configure
/autom4te.cache
/aclocal.m4
/m4
/missing
/libtool
/depcomp
/compile
/install-sh
/ltmain.sh
/config.log
/config.guess
/config.status
/config.sub
/*.o
/plugins/*.o
/plugins/*.lo
/plugins/*.la
/plugins/.libs
/plugins/duktape-deps/*.lo
/plugins/duktape-deps/.libs
/transports/*.o
/transports/*.lo
/transports/*.la
/transports/.libs
/events/*.o
/events/*.lo
/events/*.la
/events/.libs
/postprocessing/*.o
/postprocessing/pp-cmdline.c
/postprocessing/pp-cmdline.h
/fuzzers/*.a
/fuzzers/*.o
/fuzzers/out
/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.plugin.voicemail.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
/conf/janus.plugin.voicemail.jcfg.sample
.deps
.dirstamp
# OS X
.DS_Store