diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-09-28 15:33:11 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-11-15 14:16:16 +0100 |
commit | 9f4dedc4de014cc665c32dfbac1c017f9396b563 (patch) | |
tree | 8bd254de167b508eee64215bb3662dfe6686b3c7 /.gitignore | |
parent | b1cf861a087234eb797c402040403a538adbe0cc (diff) |
.gitignore: updates.
Add compile, m4 directory and putsurface_wayland test.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ Makefile.in TAGS aclocal.m4 autom4te.cache +compile config.guess config.h config.h.in @@ -33,6 +34,7 @@ depcomp install-sh libtool ltmain.sh +/m4 missing stamp-h1 /test/basic/test_01 @@ -52,6 +54,7 @@ stamp-h1 /test/encode/avcenc /test/encode/h264encode /test/putsurface/putsurface +/test/putsurface/putsurface_wayland /test/transcode/mpeg2transcode /test/v4l_h264/decode/decode /test/v4l_h264/encode/encode |