diff options
author | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2015-05-13 10:38:24 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> | 2015-05-18 16:14:46 +0200 |
commit | 89e41fc8e35209b37665a8c45721285d0fd45751 (patch) | |
tree | 168642a63780fc73d8d8bd87681605aef1ea581a /.gitignore | |
parent | 70eff01d36a2870cbf06ffb91c2a941e8cb6b804 (diff) |
build: use git.mk
This patch handles dinamically the gitignore files with git.mk[1].
Removed the automake variable MAINTAINERCLANFILES in most of the
Makefile.am files since now it is handled by the top one.
1. https://github.com/behdad/git.mk/blob/master/git.mk
https://bugzilla.gnome.org/show_bug.cgi?id=749321
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0ff526c3..00000000 --- a/.gitignore +++ /dev/null @@ -1,73 +0,0 @@ -ABOUT-NLS -_stdint.h -aclocal.m4 -autom4te.cache -autoregen.sh -compile -config.guess -config.h* -config.log -config.rpath -config.status -config.sub -configure -depcomp -gst-element-check-*.m4 -gstreamer-vaapi-*.tar.gz -install-sh -libtool -ltmain.sh -missing -mkinstalldirs -stamp-h -stamp-h.in -stamp-h1 - -/m4 - -.deps -.libs -*.lo -*.la -*.o -Makefile.in -Makefile -*~ -*.swp - -debian.build/ -debian.upstream/changelog -debian.upstream/control -debian.upstream/gstreamer0.10-vaapi-doc.install -debian.upstream/gstreamer0.10-vaapi.install -debian.upstream/libgstvaapi-dev.install -debian.upstream/libgstvaapi-drm-0.install -debian.upstream/libgstvaapi-glx-0.install -debian.upstream/libgstvaapi-wayland-0.install -debian.upstream/libgstvaapi-x11-0.install -debian.upstream/libgstvaapi0.install -docs/reference/libs/*.stamp -docs/reference/libs/html* -docs/reference/libs/libs-docs.xml -docs/reference/libs/tmpl* -docs/reference/libs/xml* -docs/reference/plugins/*.stamp -docs/reference/plugins/html* -docs/reference/plugins/plugins-docs.xml -docs/reference/plugins/tmpl* -docs/reference/plugins/xml* -gst-libs/gst/codecparsers/*.[ch] -gst-libs/gst/codecparsers/.timestamp.* -gst-libs/gst/gstutils_version.h -gtk-doc.make -pkgconfig/gstreamer-vaapi-0.10.pc -pkgconfig/gstreamer-vaapi-drm-0.10.pc -pkgconfig/gstreamer-vaapi-glx-0.10.pc -pkgconfig/gstreamer-vaapi-wayland-0.10.pc -pkgconfig/gstreamer-vaapi-x11-0.10.pc -tests/test-decode -tests/test-display -tests/test-subpicture -tests/test-surfaces -tests/test-textures -tests/test-windows |