-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitignore
78 lines (73 loc) · 1.13 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
\#*
*~
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.*
configure
depcomp
install-sh
libtool
ltmain.sh
missing
.deps/
.libs/
m4/*
gstd/gstd
*.o
*.la
*.lo
*.dSYM/
*.log
*.trs
test-driver
.dirstamp
stamp-h1
docs/gtk-doc.make
gtk-doc.m4
libtool.orig
gst_client/gst-client-1.0
.clang_complete
__pycache__
autoregen.sh
# debian files
*.deb
*.build
*.buildinfo
*.changes
debian/.debhelper/
debian/autoreconf.after
debian/autoreconf.before
debian/debhelper-build-stamp
debian/files
debian/*.postinst.debhelper
debian/*.postrm.debhelper
debian/*.prerm.debhelper
debian/*.substvars
debian/gstd/
debian/pygstc/
# python build
build/
.pybuild/
*egg-info/
# Init
init/gstd
init/gstd.service
# Tests
tests/gstd/test_gstd_no_create
tests/gstd/test_gstd_pipeline_create
tests/gstd/test_gstd_state
tests/libgstc/c/libgstc*
tests/libgstd/test_libgstd_create
tests/libgstd/test_libgstd_delete
tests/libgstd/test_libgstd_init
tests/libgstd/test_libgstd_read
tests/libgstd/test_libgstd_update
# Examples
examples/libgstc/simple_pipeline
examples/libgstc/dynamic_property_change
examples/libgstc/mp4_recording
examples/libgstc/gapless_playback