From cb71a67c1224c0c2f8ce475f2ae620e8a8d9db88 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 13:51:25 +0200 Subject: Create the m4 directory to host M4 macro files. Make it known to autoconf and aclocal, add ignore file for libtool 2.2 macro files. --- m4/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 m4/.gitignore (limited to 'm4/.gitignore') diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..464ba5c --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 -- cgit