From: Guillem Jover Date: Tue, 22 Sep 2009 17:51:13 +0000 (+0200) Subject: pixman: Update .gitignore X-Git-Tag: 1.0_branch~756 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ce004af3670a183c78fc7c61fbfcfd8c7f17e54;p=profile%2Fivi%2Fpixman.git pixman: Update .gitignore Generalize to catch all .pc files. Add more tests. Signed-off-by: Guillem Jover --- 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