mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-01 12:09:42 +00:00
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
|
/Makefile.orig
|
||||||
/MINFO
|
/MINFO
|
||||||
/TABLE
|
/TABLE
|
||||||
/*.a
|
|
||||||
/*.pc
|
/*.pc
|
||||||
/rehash.time
|
/rehash.time
|
||||||
/inc.*
|
/inc.*
|
||||||
@ -148,7 +147,8 @@ Makefile
|
|||||||
# Certificate symbolic links
|
# Certificate symbolic links
|
||||||
*.0
|
*.0
|
||||||
|
|
||||||
# All kinds of executables
|
# All kinds of libraries and executables
|
||||||
|
*.a
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*.dylib
|
*.dylib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user