diff options
author | marha <marha@users.sourceforge.net> | 2012-06-08 09:33:13 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-08 09:33:13 +0200 |
commit | 990bc3f015a4f8fce2eb918375defcd44980a845 (patch) | |
tree | 8e8301f19482b52cc00bd95b4593522cc93267af /pixman/.gitignore | |
parent | 1af6fc1b5d93e54d6674de8b5870448b29f139a7 (diff) | |
download | vcxsrv-990bc3f015a4f8fce2eb918375defcd44980a845.tar.gz vcxsrv-990bc3f015a4f8fce2eb918375defcd44980a845.tar.bz2 vcxsrv-990bc3f015a4f8fce2eb918375defcd44980a845.zip |
Used synchronise script to update files
Diffstat (limited to 'pixman/.gitignore')
-rw-r--r-- | pixman/.gitignore | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/pixman/.gitignore b/pixman/.gitignore new file mode 100644 index 000000000..98612c91f --- /dev/null +++ b/pixman/.gitignore @@ -0,0 +1,81 @@ +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/convolution-test +demos/gradient-test +demos/quad2quad +demos/radial-test +demos/screen-test +demos/trap-test +demos/tri-test +pixman/pixman-combine32.c +pixman/pixman-combine32.h +pixman/pixman-combine64.c +pixman/pixman-combine64.h +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/composite +test/composite-test +test/composite-traps-test +test/convolution-test +test/fetch-test +test/gradient-crash-test +test/gradient-test +test/lowlevel-blt-bench +test/oob-test +test/pdf-op-test +test/region-contains-test +test/region-test +test/region-translate +test/region-translate-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 |