From 7f4e83ceeba912167df05f62ddd0798b112979a3 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 30 Aug 2006 15:34:27 -0700 Subject: Split libcairotest files out from test/ and into boilerplate/ The idea here is to setup boilerplate to allow code sharing between test/ and the upcoming perf/ --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a635600f..7ea0681d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +.deps +.libs +cairo-manual-* ChangeLog* Makefile Makefile.in @@ -22,4 +25,6 @@ stamp-h stamp-h1 stamp-h.in *~ +*.la +*.lo *.orig -- cgit v1.2.3