[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Fri Feb 12 20:50:00 UTC 2016
The branch master has been updated
via c619e81011209ec7c52763a07479081fc15076f1 (commit)
from dbf9a33c433dedacbb6e0bc22f7aa87e27af2966 (commit)
- Log -----------------------------------------------------------------
commit c619e81011209ec7c52763a07479081fc15076f1
Author: Andy Polyakov <appro at openssl.org>
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 <levitte at openssl.org>
-----------------------------------------------------------------------
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
More information about the openssl-commits
mailing list