diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:51:41 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:51:41 +0800 |
commit | a64b7562c03f93256e488512092ae31a93d031c9 (patch) | |
tree | 6df0ccf9c75d58ac7aea79a80252ed5bb77afa19 /.gitignore | |
parent | 9ac07d29e230c34d678126dec84550d5a31104d8 (diff) | |
download | libva-a64b7562c03f93256e488512092ae31a93d031c9.tar.gz |
Refine the directory, move src/X11 to dri/
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9b033 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*~ +*.o +*.lo +*.la +*.orig +*.rej +*.loT +*.bin +.deps +.libs +install-sh +libtool +ltmain.sh +missing +Makefile +Makefile.in +config.h +config.h.in +stamp-h1 +aclocal.m4 +autom4te.cache +config.guess +config.log +config.status +config.sub +configure +depcomp +fw/msvdx_bin +fw/msvdx_fw.bin |