Ignore all .a files, not just the top ones
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
19044d3c22
commit
645c694d85
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user