diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -84,12 +84,13 @@ INSTALL | |||
84 | /stamp-h1 | 84 | /stamp-h1 |
85 | /stamp-h2 | 85 | /stamp-h2 |
86 | 86 | ||
87 | crypto/Makefile.am | ||
88 | include/openssl/Makefile.am | 87 | include/openssl/Makefile.am |
89 | ssl/Makefile.am | ||
90 | tls/Makefile.am | ||
91 | tests/Makefile.am | 88 | tests/Makefile.am |
92 | 89 | ||
90 | crypto/VERSION | ||
91 | ssl/VERSION | ||
92 | tls/VERSION | ||
93 | |||
93 | ssl/*.c | 94 | ssl/*.c |
94 | ssl/*.h | 95 | ssl/*.h |
95 | tls/*.c | 96 | tls/*.c |