Generalize to catch all .pc files. Add more tests. Signed-off-by: Guillem Jover <[email protected]> --- .gitignore | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-)
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 -- 1.6.4.3 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
