bss_dgram.c: fix unaligned access
[openssl.git] / .gitignore
1 # Ignore editor artefacts
2 /.dir-locals.el
3
4 # Top level excludes
5 /Makefile
6 /MINFO
7 /TABLE
8 /*.pc
9 /rehash.time
10 /inc.*
11 /makefile.*
12 /out.*
13 /tmp.*
14 /configdata.pm
15
16 # Links under apps
17 /apps/CA.pl
18 /apps/tsget
19 /apps/tsget.pl
20 /apps/md4.c
21
22 # Auto generated headers
23 /crypto/buildinf.h
24 /include/crypto/*_conf.h
25 /include/openssl/opensslconf.h
26 /include/openssl/opensslv.h
27
28 # Auto generated doc files
29 doc/man1/openssl-ca.pod
30 doc/man1/openssl-cms.pod
31 doc/man1/openssl-crl.pod
32 doc/man1/openssl-dgst.pod
33 doc/man1/openssl-dhparam.pod
34 doc/man1/openssl-dsaparam.pod
35 doc/man1/openssl-ecparam.pod
36 doc/man1/openssl-enc.pod
37 doc/man1/openssl-gendsa.pod
38 doc/man1/openssl-genrsa.pod
39 doc/man1/openssl-ocsp.pod
40 doc/man1/openssl-passwd.pod
41 doc/man1/openssl-pkcs12.pod
42 doc/man1/openssl-pkcs8.pod
43 doc/man1/openssl-pkeyutl.pod
44 doc/man1/openssl-rand.pod
45 doc/man1/openssl-req.pod
46 doc/man1/openssl-rsautl.pod
47 doc/man1/openssl-s_client.pod
48 doc/man1/openssl-s_server.pod
49 doc/man1/openssl-s_time.pod
50 doc/man1/openssl-smime.pod
51 doc/man1/openssl-speed.pod
52 doc/man1/openssl-srp.pod
53 doc/man1/openssl-ts.pod
54 doc/man1/openssl-verify.pod
55 doc/man1/openssl-x509.pod
56
57 # error code files
58 /crypto/err/openssl.txt.old
59 /engines/e_afalg.txt.old
60 /engines/e_capi.txt.old
61 /engines/e_dasync.txt.old
62 /engines/e_ossltest.txt.old
63
64 # Executables
65 /apps/openssl
66 /test/sha256t
67 /test/sha512t
68 /test/gost2814789t
69 /test/ssltest_old
70 /test/*test
71 /test/fips_aesavs
72 /test/fips_desmovs
73 /test/fips_dhvs
74 /test/fips_drbgvs
75 /test/fips_dssvs
76 /test/fips_ecdhvs
77 /test/fips_ecdsavs
78 /test/fips_rngvs
79 /test/fips_test_suite
80 /test/ssltest_old
81 /test/x509aux
82 /test/v3ext
83 /test/versions
84 /test/ossl_shim/ossl_shim
85 /test/rsa_complex
86 # Other generated files in test/
87 /test/provider_internal_test.conf
88 /test/fipsinstall.conf
89 /providers/fipsinstall.conf
90
91 # Certain files that get created by tests on the fly
92 /test/test-runs
93 /test/buildtest_*
94
95 # Fuzz stuff.
96 # Anything without an extension is an executable on Unix, so we keep files
97 # with extensions.  And we keep the corpora subddir versioned as well.
98 # Anything more generic with extensions that should be ignored will be taken
99 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
100 /fuzz/*
101 !/fuzz/README*
102 !/fuzz/corpora
103 !/fuzz/*.*
104
105 # Misc auto generated files
106 /doc/man7/openssl_user_macros.pod
107 /tools/c_rehash
108 /tools/c_rehash.pl
109 /util/shlib_wrap.sh
110 /tags
111 /TAGS
112 *.map
113 *.ld
114
115 # Windows (legacy)
116 /tmp32
117 /tmp32.dbg
118 /tmp32dll
119 /tmp32dll.dbg
120 /out32
121 /out32.dbg
122 /out32dll
123 /out32dll.dbg
124 /inc32
125 /MINFO
126 /ms/.rnd
127 /ms/bcb.mak
128 /ms/libeay32.def
129 /ms/nt.mak
130 /ms/ntdll.mak
131 /ms/ssleay32.def
132 /ms/version32.rc
133
134 # Files created on other branches that are not held in git, and are not
135 # needed on this branch
136 /include/openssl/asn1_mac.h
137 /include/openssl/des_old.h
138 /include/openssl/fips.h
139 /include/openssl/fips_rand.h
140 /include/openssl/krb5_asn.h
141 /include/openssl/kssl.h
142 /include/openssl/pq_compat.h
143 /include/openssl/ssl23.h
144 /include/openssl/tmdiff.h
145 /include/openssl/ui_compat.h
146 /test/fips_aesavs.c
147 /test/fips_desmovs.c
148 /test/fips_dsatest.c
149 /test/fips_dssvs.c
150 /test/fips_hmactest.c
151 /test/fips_randtest.c
152 /test/fips_rngvs.c
153 /test/fips_rsagtest.c
154 /test/fips_rsastest.c
155 /test/fips_rsavtest.c
156 /test/fips_shatest.c
157 /test/fips_test_suite.c
158 /test/shatest.c
159
160 ##### Generic patterns
161 # Auto generated assembly language source files
162 *.s
163 !/crypto/*/asm/*.s
164 /crypto/arm*.S
165 /crypto/*/*.S
166 *.asm
167 !/crypto/*/asm/*.asm
168
169 # Object files
170 *.o
171 *.obj
172
173 # editor artefacts
174 *.swp
175 .#*
176 \#*#
177 *~
178
179 # Certificate symbolic links
180 *.0
181
182 # All kinds of libraries and executables
183 *.a
184 *.so
185 *.so.*
186 *.dylib
187 *.dylib.*
188 *.dll
189 *.dll.*
190 *.exe
191 *.pyc
192 *.exp
193 *.lib
194 *.pdb
195 *.ilk
196 *.def
197 *.rc
198 *.res
199
200 # Misc generated stuff
201 Makefile.save
202 /crypto/**/lib
203 /engines/**/lib
204 /ssl/**/lib
205 *.bak
206 cscope.*
207 *.d
208 pod2htmd.tmp
209
210 # Windows manifest files
211 *.manifest
212 doc-nits