aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore156
1 files changed, 43 insertions, 113 deletions
diff --git a/.gitignore b/.gitignore
index 28cf002..5c62f55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,34 +63,30 @@ tests/*.txt
63# ctags stuff 63# ctags stuff
64TAGS 64TAGS
65 65
66## The initial / makes these files only get ignored in particular directories. 66autom4te.cache
67/autom4te.cache
68 67
69# Libtool adds these, at least sometimes 68# Libtool adds these, at least sometimes
70INSTALL 69INSTALL
71/m4/libtool.m4 70COPYING
72/m4/ltoptions.m4 71m4
73/m4/ltsugar.m4 72
74/m4/ltversion.m4 73aclocal.m4
75/m4/lt~obsolete.m4 74compile
76 75doxygen
77/aclocal.m4 76config.guess
78/compile 77config.log
79/doxygen 78config.status
80/config.guess 79config.sub
81/config.log 80configure
82/config.status 81depcomp
83/config.sub 82config.h
84/configure 83config.h.in
85/depcomp 84install-sh
86/config.h 85libtool
87/config.h.in 86ltmain.sh
88/install-sh 87missing
89/libtool 88stamp-h1
90/ltmain.sh 89stamp-h2
91/missing
92/stamp-h1
93/stamp-h2
94 90
95include/openssl/Makefile.am 91include/openssl/Makefile.am
96 92
@@ -106,97 +102,31 @@ include/pqueue.h
106include/tls.h 102include/tls.h
107include/openssl/*.h 103include/openssl/*.h
108include/openssl/*.he 104include/openssl/*.he
109apps/*.h 105
110apps/*.c 106/apps/*.h
111apps/openssl 107/apps/*.c
112apps/openssl.cnf 108/apps/openssl
113!apps/apps_win.c 109/apps/openssl.cnf
114!apps/poll_win.c 110!/apps/apps_win.c
115!apps/certhash_disabled.c 111!/apps/poll_win.c
116 112!/apps/certhash_disabled.c
117crypto/compat/arc4random.c 113
118crypto/compat/chacha_private.h 114/crypto
119crypto/compat/explicit_bzero.c 115!/crypto/Makefile.am.*
120crypto/compat/getentropy_*.c 116!/crypto/compat/arc4random.h
121crypto/compat/reallocarray.c 117!/crypto/compat/b_win.c
122crypto/compat/strlcat.c 118!/crypto/compat/bsd_asprintf.c
123crypto/compat/strlcpy.c 119!/crypto/compat/ui_openssl_win.c
124crypto/compat/strndup.c 120
125crypto/compat/strnlen.c 121/libtls-standalone/include/*.h
126crypto/compat/timingsafe_bcmp.c 122/libtls-standalone/src/*.c
127crypto/compat/timingsafe_memcmp.c 123/libtls-standalone/src/*.h
128crypto/compat/arc4random_*.h 124/libtls-standalone/src/compat
129 125
130crypto/aes/
131crypto/asn1/
132crypto/bf/
133crypto/bio/
134crypto/bn/
135crypto/buffer/
136crypto/camellia/
137crypto/cast/
138crypto/camellia/
139crypto/chacha/
140crypto/cmac/
141crypto/comp/
142crypto/conf/
143crypto/cpt_err.c
144crypto/cryptlib.c
145crypto/cryptlib.h
146crypto/cversion.c
147crypto/des/
148crypto/dh/
149crypto/dsa/
150crypto/dso/
151crypto/ec/
152crypto/ecdh/
153crypto/ecdsa/
154crypto/engine/
155crypto/err/
156crypto/evp/
157crypto/ex_data.c
158crypto/gost/
159crypto/hmac/
160crypto/idea/
161crypto/krb5/
162crypto/lhash/
163crypto/malloc-wrapper.c
164crypto/md32_common.h
165crypto/md4/
166crypto/md5/
167crypto/mdc2/
168crypto/mem_clr.c
169crypto/mem_dbg.c
170crypto/modes/
171crypto/o_init.c
172crypto/o_str.c
173crypto/o_time.c
174crypto/o_time.h
175crypto/objects
176crypto/ocsp/
177crypto/pem/
178crypto/pkcs12/
179crypto/pkcs7/
180crypto/poly1305/
181crypto/pqueue/
182crypto/rand/
183crypto/rc2/
184crypto/rc4/
185crypto/ripemd/
186crypto/rsa/
187crypto/sha/
188crypto/stack/
189crypto/ts/
190crypto/txt_db/
191crypto/ui/
192crypto/whrlpool/
193crypto/x509/
194crypto/x509v3/
195openbsd/ 126openbsd/
127
196*.tar.gz 128*.tar.gz
197apps/*.1* 129apps/*.1*
198man/*.3 130man/*.3
199man/*.1 131man/*.1
200man/Makefile.am 132man/Makefile.am
201.gitmodules
202COPYING