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
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue