[Libva] [PATCH 2/5] gitignore: Update .gitignore to have a clean git status again

Damien Lespiau damien.lespiau at gmail.com
Thu Dec 16 08:12:48 PST 2010


From: Damien Lespiau <damien.lespiau at intel.com>

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 at intel.com>
---
 .gitignore |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index fc9b033..a8ff985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
-- 
1.7.2.1



More information about the Libva mailing list