diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 00:16:00 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-09-07 00:20:56 +0100 |
commit | cc705ed7dc8f3ad6eba5ea36195e4095477ab883 (patch) | |
tree | f6ffd4f9c56a6ebe114a27b3d84f5c3577c0c87e /.gitignore | |
parent | 62634b48ed7bd37880b5ff02dcfc016708ef55ed (diff) |
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 241dc8068..dd2bbc8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ autoregen.sh ABOUT-NLS _stdint.h gst-plugins-bad-*.tar.* -tests/examples/shapewipe/shapewipe-example .deps .libs @@ -42,8 +41,11 @@ Makefile tmp-orc.c gst*orc.h -/tests/check/orc /ext/gsettings/org.freedesktop.gstreamer.default-elements.gschema.xml /ext/gsettings/org.freedesktop.gstreamer-0.10.default-elements.gschema.valid /ext/gsettings/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml + +/tests/check/orc +/tests/examples/shapewipe/shapewipe-example +/tests/examples/jack/jack_client |