From bb754b255f527da21a4e0abbeaa5fef14b13f12b Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Fri, 20 Dec 2013 12:46:53 +0200 Subject: [PATCH] .gitignore: add /libtool The ./configure script now generates a 'libtool' file in the top-level directory. Add it to .gitignore Signed-off-by: Lorand Jakab Signed-off-by: Ben Pfaff --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d80fc6345..d2052273b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ /depcomp /distfiles /install-sh +/libtool /manpage-check /missing /missing-distfiles -- 2.43.0