.gitignore: Ignore the m4/ directory
[platform/upstream/gstreamer.git] / .gitignore
1 aclocal.m4
2 autom4te.cache
3 config.h
4 config.h.in
5 config.log
6 config.status
7 config.guess
8 config.sub
9 config.rpath
10 configure
11 gst-plugins-good.spec
12 libtool
13 stamp-h
14 stamp-h.in
15 stamp-h1
16 gst-element-check-*.m4
17 ltmain.sh
18 missing
19 mkinstalldirs
20 compile
21 install-sh
22 depcomp
23 autoregen.sh
24 ABOUT-NLS
25 _stdint.h
26 gst-plugins-good-*.tar.*
27
28 /m4
29
30 .deps
31 .libs
32 *.lo
33 *.la
34 *.o
35 Makefile.in
36 Makefile
37 *~