diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-06 17:52:17 -0500 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2011-03-07 03:17:43 +0100 |
commit | 177e4afb9b57a7b7589c15d8a9bd85b4a5524128 (patch) | |
tree | a4c907246dbc44984013d9587144e4487c507639 | |
parent | 55e8069773efd794a91d5fb37bfceeebae2e378a (diff) | |
download | m4-baserock/morph.tar.gz |
config: ignore m4 files from libtool.baserock/morph
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-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |