summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-03-06 17:52:17 -0500
committerArnaud Fontaine <arnau@debian.org>2011-03-07 03:17:43 +0100
commit177e4afb9b57a7b7589c15d8a9bd85b4a5524128 (patch)
treea4c907246dbc44984013d9587144e4487c507639
parent55e8069773efd794a91d5fb37bfceeebae2e378a (diff)
downloadutil-common-m4-177e4afb9b57a7b7589c15d8a9bd85b4a5524128.tar.gz
config: ignore m4 files from libtool.
The list is taken from the defaults for xorg which have been stable for the last two years. This patch depends on a xcb/util patch as the subproject commit is changed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--.gitignore11
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 2e95eba..01220ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-# Ignore all the m4 files which might be created by autogen.sh
-*.m4
-!ax_compare_version.m4
-!xcb_util_common.m4
-!xcb_util_m4_with_include_path.m4
+# Ignore all the m4 files which might be created by libtool
+libtool.m4
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4