diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-30 15:34:27 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-30 15:34:27 -0700 |
commit | 7f4e83ceeba912167df05f62ddd0798b112979a3 (patch) | |
tree | 2d54714470dbec2f8b772150302a3dfc09c4b745 /.gitignore | |
parent | a5f068e10d72c20a55d20ca9f79508361d13fb80 (diff) |
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/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |