From 7bab9397d513c77c3cb6af7fe564fa85b501ec16 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Jan 2011 15:58:42 +0000 Subject: [PATCH 1/2] Don't ignore all files in m4, just the libtool ones --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 20d894a..d5e84b7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,8 @@ install-sh libtool ltmain.sh missing -m4 +/m4/lt*.m4 +/m4/libtool.m4 stamp-h1 stamp-h stamp-h.in -- 1.7.2.3