[gdk-pixbuf] Fix .gitignore to ignore all generated files.



commit 2c62c9a6fb73c5c5190defbcb5cd21079a66c6b7
Author: Jon Nordby <jononor gmail com>
Date:   Tue Mar 1 19:19:20 2011 +0000

    Fix .gitignore to ignore all generated files.

 Makefile.am                  |   14 ++++++++++++++
 build/Makefile.am            |    2 ++
 build/win32/Makefile.am      |    2 ++
 build/win32/vs10/Makefile.am |    2 ++
 build/win32/vs9/Makefile.am  |    2 ++
 m4/.gitignore                |    9 +++------
 po/.gitignore                |    5 +++++
 7 files changed, 30 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9d68753..6106910 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,4 +17,18 @@ DISTCHECK_CONFIGURE_FLAGS = 	\
 	--enable-man		\
 	--enable-introspection
 
+MAINTAINERCLEANFILES = \
+	ABOUT-NLS \
+	aclocal.m4 \
+	config.guess \
+	config.h.in \
+	config.rpath \
+	config.sub \
+	depcomp \
+	gtk-doc.make \
+	install-sh \
+	ltmain.sh \
+	missing
+
+
 -include $(top_srcdir)/git.mk
diff --git a/build/Makefile.am b/build/Makefile.am
index b6b8e09..283dce2 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -2,3 +2,5 @@ include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = \
 	win32
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 3cacc4f..8e316cf 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -3,3 +3,5 @@ include $(top_srcdir)/Makefile.decl
 SUBDIRS = \
 	vs9 \
 	vs10
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 98ba0ae..10c09dc 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -13,3 +13,5 @@ EXTRA_DIST += \
 	gdk-pixbuf-query-loaders.vcxproj \
 	gdk-pixbuf-query-loaders.vcxproj.filters \
 	install.vcxproj 
+
+-include $(top_srcdir)/git.mk
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 9b42b53..26d920b 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -9,3 +9,5 @@ EXTRA_DIST += \
 	gdk-pixbuf-csource.vcproj \
 	gdk-pixbuf-query-loaders.vcproj \
 	install.vcproj
+
+-include $(top_srcdir)/git.mk
diff --git a/m4/.gitignore b/m4/.gitignore
index 2f6fdcf..eedbbdc 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -1,6 +1,3 @@
-gtk-doc.m4
-libtool.m4
-lt~obsolete.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
+*.m4
+# We maintain this file in our tree
+!introspection.m4
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..9659a6c
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,5 @@
+*.po~
+Rules-quot
+remove-potcdate.sed
+stamp-po
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]