From c619e81011209ec7c52763a07479081fc15076f1 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 12 Feb 2016 14:13:06 +0100 Subject: [PATCH] Update .gitignore. Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4bbd89b4d7..34505ca502 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ # Top level excludes /Makefile.orig -/Makefile /MINFO /TABLE /*.a @@ -23,7 +22,8 @@ /tmp.* /configdata.pm -**/Makefile +# *all* Makefiles +Makefile /test/*.ss /test/*.srl -- 2.34.1