summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid King <davidk@openismus.com>2009-08-12 11:45:30 +0200
committerJonathon Jongsma <jjongsma@gnome.org>2009-08-13 11:08:51 -0500
commit06de63b184325531c76270205c7392ff8c93466d (patch)
tree12faf88d59870ae575905a74d2cbceeda55a2276 /.gitignore
parentbec0074252bb26a4d493ab7558fde1126c9d4f8d (diff)
Simplify build system of examples and cairomm subdirectores
* .gitignore: Add INSTALL, mm-common *.am files and .dirstamp. * Makefile.am: Change VERSION to PACKAGE_VERSION. Begin transition to use of new build infrastructure. * cairomm/Makefile.am: Simplify by moving significant portions to toplevel Makefile.am. * cairomm/filelist.am: List of files for libcairomm. Move private source files to files_extra_cc. * configure.ac: Use MM_INIT_MODULE and remove example subdirectory Makefile.am. * examples/surfaces/Makefile.am: * examples/text/Makefile.am: Remove. * examples/Makefile.am: Convert examples tree to non-recursive build, with single, slimmer Makefile.am.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bf32af4..3414122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.swp
+INSTALL
Makefile
Makefile.in
aclocal.m4
@@ -17,6 +18,7 @@ data/cairomm-quartz-1.0.pc
data/cairomm-quartz-font-1.0.pc
data/cairomm-quartz-image-1.0.pc
.deps
+.dirstamp
.libs
config.guess
config.log
@@ -62,8 +64,12 @@ tests/test-user-font
cairomm/cairommconfig.h*
cairomm/stamp-*
-m4/libtool.m4
-m4/lt*.m4
+build/compile-binding.am
+build/dist-changelog.am
+build/doc-reference.am
+build/generate-binding.am
+build/libtool.m4
+build/lt*.m4
releases/
tags