diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-08 07:29:59 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-08 07:31:38 +0200 |
commit | 09533757aca8b8764a925dfa92204a8bb3c396f4 (patch) | |
tree | 60d6d2f5d6c89051c3bb67174c27bc47b3947408 /.gitignore | |
parent | 027a1298c22aeecc2fee2d270cd86790530892f6 (diff) | |
download | libva-09533757aca8b8764a925dfa92204a8bb3c396f4.tar.gz |
.gitignore: update.
- Add new tests and generated files.
- Sort the lines by alphabetical order.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 18 insertions, 13 deletions
@@ -9,25 +9,26 @@ *.pc .deps .libs -install-sh -libtool -ltmain.sh -missing Makefile Makefile.in -config.h -config.h.in -stamp-h1 +TAGS aclocal.m4 autom4te.cache config.guess +config.h +config.h.in config.log config.status config.sub configure +debian.upstream/changelog +debian.upstream/control depcomp -TAGS -/va/va_version.h +install-sh +libtool +ltmain.sh +missing +stamp-h1 /test/basic/test_01 /test/basic/test_02 /test/basic/test_03 @@ -39,10 +40,14 @@ TAGS /test/basic/test_09 /test/basic/test_10 /test/basic/test_11 +/test/decode/loadjpeg /test/decode/mpeg2vldemo -/test/encode/h264encode +/test/egl/va_egl /test/encode/avcenc +/test/encode/h264encode /test/putsurface/putsurface -/test/vainfo -test/v4l_h264/decode/decode -test/v4l_h264/encode/encode +/test/transcode/mpeg2transcode +/test/v4l_h264/decode/decode +/test/v4l_h264/encode/encode +/test/vainfo/vainfo +/va/va_version.h |