diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-02-28 20:22:50 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-02-28 20:22:50 +0000 |
commit | 97e93f8dd459c0a25c7593cce109b4e8031ca939 (patch) | |
tree | 95b54a1867c67e449fd88c65e8c2634d8c653ae8 /.gitignore | |
parent | 15610ca447eac6a0ad44516a5dec5ee19741a213 (diff) | |
download | gstreamer-plugins-bad-97e93f8dd459c0a25c7593cce109b4e8031ca939.tar.gz |
examples: ignore new test-uvch264 binary
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d98a98596..e667c4efc 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ gst*orc.h /tests/examples/shapewipe/shapewipe-example /tests/examples/jack/jack_client /tests/examples/opencv/gstmotioncells_dynamic_test +/tests/examples/uvch264/test-uvch264 Build *.user @@ -59,4 +60,4 @@ Build *.ipch *.sdf *.opensdf -*.DS_Store
\ No newline at end of file +*.DS_Store |