The branch master has been updated
via c619e81011209ec7c52763a07479081fc15076f1 (commit)
from dbf9a33c433dedacbb6e0bc22f7aa87e27af2966 (commit)
- Log -----------------------------------------------------------------
commit c619e81011209ec7c52763a07479081fc15076f1
Author: Andy Polyakov <[email protected]>
Date: Fri Feb 12 14:13:06 2016 +0100
Update .gitignore.
Not all git versions understand **/Makefile, but all recognize that
filename without any path applies to all directories.
Reviewed-by: Richard Levitte <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4bbd89b..34505ca 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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits