Ignore all .a files, not just the top ones
authorRichard Levitte <levitte@openssl.org>
Tue, 25 Apr 2017 16:29:04 +0000 (18:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Apr 2017 16:29:31 +0000 (18:29 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
.gitignore

index bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965..e613e4d8a07246e328860180aca941a0cce1fabe 100644 (file)
@@ -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