diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -88,7 +88,6 @@ 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 | tls/Makefile.am |
91 | apps/Makefile.am | ||
92 | tests/Makefile.am | 91 | tests/Makefile.am |
93 | 92 | ||
94 | ssl/*.c | 93 | ssl/*.c |
@@ -99,10 +98,12 @@ include/pqueue.h | |||
99 | include/tls.h | 98 | include/tls.h |
100 | include/openssl/*.h | 99 | include/openssl/*.h |
101 | include/openssl/*.he | 100 | include/openssl/*.he |
102 | apps/*.c | ||
103 | apps/*.h | 101 | apps/*.h |
104 | apps/*.cnf | 102 | apps/*.c |
105 | apps/openssl | 103 | apps/openssl |
104 | apps/openssl.cnf | ||
105 | !apps/apps_win.c | ||
106 | !apps/poll_win.c | ||
106 | 107 | ||
107 | crypto/compat/arc4random.c | 108 | crypto/compat/arc4random.c |
108 | crypto/compat/chacha_private.h | 109 | crypto/compat/chacha_private.h |