The branch master has been updated
via 645c694d85c8f48c74e7db8730ead874656c781e (commit)
from 19044d3c22ffcb711e62db11634476917a0a58d9 (commit)
- Log -----------------------------------------------------------------
commit 645c694d85c8f48c74e7db8730ead874656c781e
Author: Richard Levitte <[email protected]>
Date: Tue Apr 25 18:29:04 2017 +0200
Ignore all .a files, not just the top ones
Reviewed-by: Rich Salz <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index bf4a9de..e613e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@
/Makefile.orig
/MINFO
/TABLE
-/*.a
/*.pc
/rehash.time
/inc.*
@@ -148,7 +147,8 @@ Makefile
# Certificate symbolic links
*.0
-# All kinds of executables
+# All kinds of libraries and executables
+*.a
*.so
*.so.*
*.dylib
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits