projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19044d3
)
Ignore all .a files, not just the top ones
author
Richard Levitte
<levitte@openssl.org>
Tue, 25 Apr 2017 16:29:04 +0000
(18:29 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 25 Apr 2017 16:29:31 +0000
(18:29 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965..e613e4d8a07246e328860180aca941a0cce1fabe 100644
(file)
--- 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