aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-25 18:29:04 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-25 18:29:31 +0200
commit645c694d85c8f48c74e7db8730ead874656c781e (patch)
tree54acdcc278deb4299c45a40c11ac4d5044c8262c
parent19044d3c22ffcb711e62db11634476917a0a58d9 (diff)
downloadopenssl-645c694d85c8f48c74e7db8730ead874656c781e.tar.gz
Ignore all .a files, not just the top ones
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bf4a9dedf2..e613e4d8a0 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