From e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Fri, 28 Aug 2015 09:58:54 +0800 Subject: Add qemu 2.4.0 Change-Id: Ic99cbad4b61f8b127b7dc74d04576c0bcbaaf4f5 Signed-off-by: Yang Zhang --- qemu/pixman/.gitignore | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 qemu/pixman/.gitignore (limited to 'qemu/pixman/.gitignore') diff --git a/qemu/pixman/.gitignore b/qemu/pixman/.gitignore new file mode 100644 index 000000000..0f114966c --- /dev/null +++ b/qemu/pixman/.gitignore @@ -0,0 +1,89 @@ +Makefile +Makefile.in +.deps +.libs +.msg +*.pc +*.lo +*.la +*.a +*.o +*~ +aclocal.m4 +autom4te.cache +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h? +config.h +config.h.in +.*.swp +demos/alpha-test +demos/checkerboard +demos/clip-in +demos/clip-test +demos/composite-test +demos/conical-test +demos/convolution-test +demos/gradient-test +demos/linear-gradient +demos/quad2quad +demos/radial-test +demos/scale +demos/screen-test +demos/srgb-test +demos/srgb-trap-test +demos/trap-test +demos/tri-test +pixman/pixman-srgb.c +pixman/pixman-version.h +test/a1-trap-test +test/affine-test +test/alpha-loop +test/alphamap +test/alpha-test +test/blitters-test +test/clip-in +test/clip-test +test/combiner-test +test/composite +test/composite-test +test/composite-traps-test +test/convolution-test +test/fetch-test +test/glyph-test +test/gradient-crash-test +test/gradient-test +test/infinite-loop +test/lowlevel-blt-bench +test/oob-test +test/pdf-op-test +test/prng-test +test/radial-perf-test +test/region-contains-test +test/region-test +test/region-translate +test/region-translate-test +test/rotate-test +test/scaling-crash-test +test/scaling-helpers-test +test/scaling-test +test/screen-test +test/stress-test +test/trap-crasher +test/trap-test +test/window-test +*.pdb +*.dll +*.lib +*.ilk +*.obj +*.exe -- cgit 1.2.3-korg