Ensure that libcrypto and libssl do not unload until the process exits
[openssl.git] / .gitignore
1 # Ignore editor artefacts
2 /.dir-locals.el
3
4 # Top level excludes
5 /Makefile.orig
6 /MINFO
7 /TABLE
8 /*.a
9 /*.pc
10 /rehash.time
11 /inc.*
12 /makefile.*
13 /out.*
14 /tmp.*
15 /configdata.pm
16
17 # *all* Makefiles
18 Makefile
19 # ... except in demos
20 !/demos/*/Makefile
21
22 # Links under apps
23 /apps/CA.pl
24 /apps/tsget
25 /apps/tsget.pl
26 /apps/md4.c
27
28 # Auto generated headers
29 /crypto/buildinf.h
30 /crypto/include/internal/*_conf.h
31 /openssl/include/opensslconf.h
32 /util/domd
33
34 # Executables
35 /apps/openssl
36 /test/sha256t
37 /test/sha512t
38 /test/gost2814789t
39 /test/ssltest_old
40 /test/*test
41 /test/fips_aesavs
42 /test/fips_desmovs
43 /test/fips_dhvs
44 /test/fips_drbgvs
45 /test/fips_dssvs
46 /test/fips_ecdhvs
47 /test/fips_ecdsavs
48 /test/fips_rngvs
49 /test/fips_test_suite
50 /test/ssltest_old
51 /test/x509aux
52 /test/v3ext
53
54 # Certain files that get created by tests on the fly
55 /test/*.ss
56 /test/*.srl
57 /test/.rnd
58 /test/test*.pem
59 /test/newkey.pem
60 /test/*.log
61 /test/buildtest_*
62
63 # Fuzz stuff.
64 # Anything without an extension is an executable on Unix, so we keep files
65 # with extensions.  And we keep the corpora subddir versioned as well.
66 # Anything more generic with extensions that should be ignored will be taken
67 # care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
68 /fuzz/*
69 !/fuzz/README*
70 !/fuzz/corpora
71 !/fuzz/*.*
72
73 # Misc auto generated files
74 /include/openssl/opensslconf.h
75 /tools/c_rehash
76 /tools/c_rehash.pl
77 /util/shlib_wrap.sh
78 /tags
79 /TAGS
80 /crypto.map
81 /ssl.map
82
83 # Windows (legacy)
84 /tmp32
85 /tmp32.dbg
86 /tmp32dll
87 /tmp32dll.dbg
88 /out32
89 /out32.dbg
90 /out32dll
91 /out32dll.dbg
92 /inc32
93 /MINFO
94 /ms/.rnd
95 /ms/bcb.mak
96 /ms/libeay32.def
97 /ms/nt.mak
98 /ms/ntdll.mak
99 /ms/ssleay32.def
100 /ms/version32.rc
101
102 # Files created on other branches that are not held in git, and are not
103 # needed on this branch
104 /include/openssl/asn1_mac.h
105 /include/openssl/des_old.h
106 /include/openssl/fips.h
107 /include/openssl/fips_rand.h
108 /include/openssl/krb5_asn.h
109 /include/openssl/kssl.h
110 /include/openssl/pq_compat.h
111 /include/openssl/ssl23.h
112 /include/openssl/tmdiff.h
113 /include/openssl/ui_compat.h
114 /test/fips_aesavs.c
115 /test/fips_desmovs.c
116 /test/fips_dsatest.c
117 /test/fips_dssvs.c
118 /test/fips_hmactest.c
119 /test/fips_randtest.c
120 /test/fips_rngvs.c
121 /test/fips_rsagtest.c
122 /test/fips_rsastest.c
123 /test/fips_rsavtest.c
124 /test/fips_shatest.c
125 /test/fips_test_suite.c
126 /test/shatest.c
127
128 ##### Generic patterns
129 # Auto generated assembly language source files
130 *.s
131 !/crypto/*/asm/*.s
132 /crypto/arm*.S
133 /crypto/*/*.S
134 *.asm
135 !/crypto/*/asm/*.asm
136
137 # Object files
138 *.o
139 *.obj
140
141 # editor artefacts
142 *.swp
143 .#*
144 \#*#
145 *~
146
147 # Certificate symbolic links
148 *.0
149
150 # All kinds of executables
151 *.so
152 *.so.*
153 *.dylib
154 *.dylib.*
155 *.dll
156 *.dll.*
157 *.exe
158 *.pyc
159 *.exp
160 *.lib
161 *.pdb
162 *.ilk
163 *.def
164 *.rc
165 *.res
166
167 # Misc generated stuff
168 Makefile.save
169 /crypto/**/lib
170 /engines/**/lib
171 /ssl/**/lib
172 *.bak
173 cscope.*
174 *.d
175 pod2htmd.tmp
176
177 # Windows manifest files
178 *.manifest