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