From 8ce004af3670a183c78fc7c61fbfcfd8c7f17e54 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 22 Sep 2009 19:51:13 +0200 Subject: [PATCH] pixman: Update .gitignore Generalize to catch all .pc files. Add more tests. Signed-off-by: Guillem Jover --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8be8048..96d222b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ Makefile.in .deps .libs .msg +*.pc *.lo *.la *.a @@ -21,7 +22,6 @@ install-sh libtool ltmain.sh missing -pixman-1.pc stamp-h? config.h config.h.in @@ -31,11 +31,22 @@ pixman/pixman-combine32.h pixman/pixman-combine64.c pixman/pixman-combine64.h pixman/pixman-version.h +test/alpha-test +test/blitters-test +test/clip-in test/clip-test +test/composite test/composite-test +test/convolution-test test/fetch-test test/gradient-test +test/oob-test test/region-test +test/scaling-test +test/screen-test +test/trap-crasher +test/trap-test +test/window-test *.pdb *.dll *.lib -- 2.7.4