From: Andy Polyakov Date: Fri, 12 Feb 2016 13:13:06 +0000 (+0100) Subject: Update .gitignore. X-Git-Tag: OpenSSL_1_1_0-pre3~56 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c619e81011209ec7c52763a07479081fc15076f1 Update .gitignore. Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte --- 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