[Pixman] [PATCH] Update .gitignore with more demos and tests

Matt Turner mattst88 at gmail.com
Wed Feb 22 13:33:19 PST 2012


Signed-off-by: Matt Turner <mattst88 at gmail.com>
---
 .gitignore |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1584064..60b5bb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,25 +26,48 @@ stamp-h?
 config.h
 config.h.in
 .*.swp
+demos/alpha-test
+demos/clip-in
+demos/clip-test
+demos/composite-test
+demos/convolution-test
+demos/gradient-test
+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
-- 
1.7.3.4



More information about the Pixman mailing list