diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,12 +87,16 @@ INSTALL | |||
87 | crypto/Makefile.am | 87 | crypto/Makefile.am |
88 | include/openssl/Makefile.am | 88 | include/openssl/Makefile.am |
89 | ssl/Makefile.am | 89 | ssl/Makefile.am |
90 | tls/Makefile.am | ||
90 | apps/Makefile.am | 91 | apps/Makefile.am |
91 | tests/Makefile.am | 92 | tests/Makefile.am |
92 | 93 | ||
93 | ssl/*.c | 94 | ssl/*.c |
94 | ssl/*.h | 95 | ssl/*.h |
96 | tls/*.c | ||
97 | tls/*.h | ||
95 | include/pqueue.h | 98 | include/pqueue.h |
99 | include/tls.h | ||
96 | include/openssl/*.h | 100 | include/openssl/*.h |
97 | include/openssl/*.he | 101 | include/openssl/*.he |
98 | apps/*.c | 102 | apps/*.c |