.gitignore: ignore temp files created in the course of 'make check'
[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 /test-driver
49 /tests/check/gst/*.log
50 /tests/check/gst/*.trs
51 /tests/check/test-suite.log
52 /tests/check/gst/addresspool
53 /tests/check/gst/client
54 /tests/check/gst/media
55 /tests/check/gst/mediafactory
56 /tests/check/gst/mountpoints
57 /tests/check/gst/permissions
58 /tests/check/gst/rtspserver
59 /tests/check/gst/sessionmedia
60 /tests/check/gst/stream
61 /tests/check/gst/threadpool
62 /tests/check/gst/token
63 /tests/check/test-registry.reg
64 /tests/test-reuse
65
66 /po