diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-06-09 00:57:47 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-10-13 14:15:43 +0100 |
commit | 289d8e53e2194221c46b06c12675a4d515ea5cf4 (patch) | |
tree | 588c24c0445ec6bfa557bcdeb5779227b2dc3a1b /.gitignore | |
parent | 2409f4f3609d2dce3f65d1a8c4be5e470b7cf9d3 (diff) |
Remove autotools build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 64 |
1 files changed, 2 insertions, 62 deletions
diff --git a/.gitignore b/.gitignore index 3d38bceb3..9cf107aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,63 +1,5 @@ -aclocal.m4 -autom4te.cache -config.h -config.h.in -config.log -config.status -config.guess -config.sub -config.rpath -configure -gstreamer-libs-uninstalled*.pc -gstreamer-libs*.pc -gstreamer-play-uninstalled*.pc -gstreamer-play*.pc -libtool -stamp-h -stamp-h.in -stamp-h1 -gst-element-check-*.m4 -ltmain.sh -missing -mkinstalldirs -compile -install-sh -depcomp -autoregen.sh -ABOUT-NLS -/INSTALL -_stdint.h - -gst-plugins-base-*.tar* - -.deps -.libs -*.lo -*.la -*.o *~ *.bak -/m4 -Makefile.in -Makefile -*.gir -*.typelib -*.gc?? -.dirstamp - -/gst-libs/gst/pbutils/gstpluginsbaseversion.h -/gst-libs/gst/tag/mklangtables -/gst-libs/gst/tag/mklicensestables - -/gst-libs/gst/audio/audio-marshal.[ch] -/gst-libs/gst/video/video-marshal.[ch] -/gst-libs/gst/*/*-enumtypes.[ch] -/tests/examples/compositor/crossfade -/tests/examples/playback/playback-test - -tmp-orc.c -gst*orc.h -tests/check/orc Build *.user @@ -67,9 +9,7 @@ Build *.opensdf *.DS_Store -/test-driver -*.trs -*.log - +# Meson /build +/_build /subprojects |