Make git ignore more unit test binaries
[platform/upstream/gstreamer.git] / .gitignore
1 *.[oa]
2 *.pyc
3 *.gcda
4 *.gcno
5 *.la
6 *.lo
7 *.loT
8 *.sw[po]
9 *.tar.*
10 *~
11 .deps
12 .libs
13 ABOUT-NLS
14 INSTALL
15 Makefile
16 Makefile.in
17 aclocal.m4
18 autom4te.cache
19 autoregen.sh
20 compile
21 config.guess
22 config.h
23 config.h.in
24 config.log
25 config.rpath
26 config.status
27 config.sub
28 configure
29 depcomp
30 install-sh
31 libtool
32 ltmain.sh
33 missing
34 stamp-h1
35 tags
36 gst-rtsp.spec
37 stamp-h.in
38 .dirstamp
39
40 /m4/*m4
41
42 /gst/rtsp-server/GstRtspServer-1.0.gir
43 /gst/rtsp-server/GstRtspServer-1.0.typelib
44
45 /examples/test-multicast
46 /examples/test-multicast2
47
48 /tests/check/gst/addresspool
49 /tests/check/gst/client
50 /tests/check/gst/media
51 /tests/check/gst/mediafactory
52 /tests/check/gst/mountpoints
53 /tests/check/gst/permissions
54 /tests/check/gst/rtspserver
55 /tests/check/gst/sessionmedia
56 /tests/check/gst/stream
57 /tests/check/gst/threadpool
58 /tests/check/gst/token
59 /tests/check/test-registry.reg
60 /tests/test-reuse
61
62 /po