diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2007-05-31 17:23:41 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2007-05-31 17:23:41 -0500 |
commit | 1a7c6937c50be51a3c469ea83fba77843df92c62 (patch) | |
tree | 65d07f8e4fa720c11b3411b1bd1b0753f9212523 | |
parent | ad9c691e55cc2185e1f23950e77232edbced1e49 (diff) |
more .gitignore additions
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,7 @@ autom4te.cache cairomm-1.0.pc cairomm-1.3.0.tar.gz .deps +.libs config.guess config.log config.status @@ -23,3 +24,12 @@ install-sh libtool ltmain.sh missing +*.o +*.lo +*.la +examples/pdf-surface/example_pdf_file +examples/png_file/example_png_file +examples/ps-surface/example_ps_file +examples/svg-surface/example_svg_file +examples/text-rotate/text_rotate +tests/test-context |