diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-12-08 17:14:13 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-12-21 11:10:23 +0800 |
commit | 97880f1245984a796225aa4ce862755a674e201c (patch) | |
tree | 99062f7c08c5fc73b596550401ca2aac2b3c25f7 | |
parent | 16d53cf82d08019c9e4065dc50ca585ffba46c5f (diff) |
Which means adding the tests, the pc files and va/va_version.h (generated file) while removing fw/* which are neither part of the repository nor mentioned anywhere in the Makefiles.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
-rw-r--r-- | .gitignore | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -6,6 +6,7 @@ *.rej *.loT *.bin +*.pc .deps .libs install-sh @@ -25,5 +26,20 @@ config.status config.sub configure depcomp -fw/msvdx_bin -fw/msvdx_fw.bin +TAGS +/va/va_version.h +/test/basic/test_01 +/test/basic/test_02 +/test/basic/test_03 +/test/basic/test_04 +/test/basic/test_05 +/test/basic/test_06 +/test/basic/test_07 +/test/basic/test_08 +/test/basic/test_09 +/test/basic/test_10 +/test/basic/test_11 +/test/decode/mpeg2vldemo +/test/encode/h264encode +/test/putsurface/putsurface +/test/vainfo |