]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Make sure we use the libctx when creating an EVP_PKEY_CTX in libssl
[thirdparty/openssl.git] / .gitignore
CommitLineData
27f215cf 1# Ignore editor artefacts
d7c02691 2/.dir-locals.el
bba43f3f 3
e71972d1 4# Top level excludes
dbb1dc1e 5/Makefile
1aaa0419 6/MINFO
e3c15964 7/TABLE
e71972d1
DSH
8/*.pc
9/rehash.time
7e25d818
BL
10/inc.*
11/makefile.*
12/out.*
13/tmp.*
291e94df 14/configdata.pm
e71972d1 15
e71972d1 16# Links under apps
a5b2791c 17/apps/CA.pl
ef653053 18/apps/tsget
ab68742a 19/apps/tsget.pl
a5b2791c 20/apps/md4.c
e71972d1 21
e71972d1 22# Auto generated headers
a5b2791c 23/crypto/buildinf.h
25f2138b 24/include/crypto/*_conf.h
46994f71 25/include/openssl/configuration.h
dbb1dc1e 26/include/openssl/opensslv.h
e71972d1 27
9fcb9702 28# Auto generated doc files
5e98904c 29doc/man1/openssl-*.pod
9fcb9702 30
52df25cf
RS
31# error code files
32/crypto/err/openssl.txt.old
33/engines/e_afalg.txt.old
34/engines/e_capi.txt.old
35/engines/e_dasync.txt.old
36/engines/e_ossltest.txt.old
37
e71972d1 38# Executables
a5b2791c
BL
39/apps/openssl
40/test/sha256t
41/test/sha512t
bd2bceb9 42/test/gost2814789t
ef653053 43/test/ssltest_old
a5b2791c
BL
44/test/*test
45/test/fips_aesavs
46/test/fips_desmovs
47/test/fips_dhvs
48/test/fips_drbgvs
49/test/fips_dssvs
50/test/fips_ecdhvs
51/test/fips_ecdsavs
52/test/fips_rngvs
53/test/fips_test_suite
5a22cf96 54/test/ssltest_old
48244109 55/test/x509aux
e417070c 56/test/v3ext
dbcfd902 57/test/versions
694cfa1f 58/test/ossl_shim/ossl_shim
da5fac72 59/test/rsa_complex
d7e4aecd 60/test/confdump
1e887969 61/test/bio_prefix_text
6d872a83 62# Other generated files in test/
433deaff
RS
63/test/provider_internal_test.cnf
64/test/fipsinstall.cnf
65/providers/fipsinstall.cnf
27f215cf
RL
66
67# Certain files that get created by tests on the fly
f0790d4d 68/test-runs
27f215cf
RL
69/test/buildtest_*
70
71# Fuzz stuff.
72# Anything without an extension is an executable on Unix, so we keep files
73# with extensions. And we keep the corpora subddir versioned as well.
74# Anything more generic with extensions that should be ignored will be taken
75# care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
76/fuzz/*
77!/fuzz/README*
78!/fuzz/corpora
79!/fuzz/*.*
e71972d1
DSH
80
81# Misc auto generated files
871493a2 82/doc/man7/openssl_user_macros.pod
a5b2791c 83/tools/c_rehash
ab68742a 84/tools/c_rehash.pl
6462876f 85/util/shlib_wrap.sh
f631f2ec
RL
86/tags
87/TAGS
a21f4cec
MC
88*.map
89*.ld
888e2a9b
VP
90/apps/progs.c
91/apps/progs.h
448e6f06 92
ab68742a 93# Windows (legacy)
37d92b1b
RL
94/tmp32
95/tmp32.dbg
448e6f06 96/tmp32dll
41c9cfbc 97/tmp32dll.dbg
37d92b1b
RL
98/out32
99/out32.dbg
448e6f06 100/out32dll
41c9cfbc 101/out32dll.dbg
448e6f06
MC
102/inc32
103/MINFO
f631f2ec
RL
104/ms/bcb.mak
105/ms/libeay32.def
106/ms/nt.mak
107/ms/ntdll.mak
108/ms/ssleay32.def
109/ms/version32.rc
8757bf83
MC
110
111# Files created on other branches that are not held in git, and are not
112# needed on this branch
f631f2ec
RL
113/include/openssl/asn1_mac.h
114/include/openssl/des_old.h
115/include/openssl/fips.h
116/include/openssl/fips_rand.h
117/include/openssl/krb5_asn.h
118/include/openssl/kssl.h
119/include/openssl/pq_compat.h
120/include/openssl/ssl23.h
121/include/openssl/tmdiff.h
122/include/openssl/ui_compat.h
123/test/fips_aesavs.c
124/test/fips_desmovs.c
125/test/fips_dsatest.c
126/test/fips_dssvs.c
127/test/fips_hmactest.c
128/test/fips_randtest.c
129/test/fips_rngvs.c
130/test/fips_rsagtest.c
131/test/fips_rsastest.c
132/test/fips_rsavtest.c
133/test/fips_shatest.c
134/test/fips_test_suite.c
135/test/shatest.c
27f215cf 136
df8f116e
RL
137# Generated docs directories
138/doc/html
139/doc/man
140
27f215cf
RL
141##### Generic patterns
142# Auto generated assembly language source files
143*.s
144!/crypto/*/asm/*.s
145/crypto/arm*.S
146/crypto/*/*.S
147*.asm
148!/crypto/*/asm/*.asm
149
150# Object files
151*.o
152*.obj
153
154# editor artefacts
155*.swp
156.#*
157\#*#
158*~
159
160# Certificate symbolic links
161*.0
162
645c694d
RL
163# All kinds of libraries and executables
164*.a
27f215cf
RL
165*.so
166*.so.*
167*.dylib
168*.dylib.*
169*.dll
170*.dll.*
171*.exe
172*.pyc
173*.exp
174*.lib
175*.pdb
176*.ilk
177*.def
178*.rc
179*.res
180
181# Misc generated stuff
182Makefile.save
183/crypto/**/lib
184/engines/**/lib
185/ssl/**/lib
186*.bak
187cscope.*
188*.d
7b5108df 189*.d.tmp
e7932c1e
J
190pod2htmd.tmp
191
192# Windows manifest files
193*.manifest
65c1f979 194doc-nits