]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Fix configuration of TLSv1.3 ciphersuites
[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
694cfa1f 60/test/ossl_shim/ossl_shim
27f215cf
RL
61
62# Certain files that get created by tests on the fly
d2068e34 63/test/test-runs
27f215cf
RL
64/test/buildtest_*
65
66# Fuzz stuff.
67# Anything without an extension is an executable on Unix, so we keep files
68# with extensions. And we keep the corpora subddir versioned as well.
69# Anything more generic with extensions that should be ignored will be taken
70# care of by general ignores for those extensions (*.o, *.obj, *.exe, ...)
71/fuzz/*
72!/fuzz/README*
73!/fuzz/corpora
74!/fuzz/*.*
e71972d1
DSH
75
76# Misc auto generated files
f631f2ec 77/include/openssl/opensslconf.h
a5b2791c 78/tools/c_rehash
ab68742a 79/tools/c_rehash.pl
6462876f 80/util/shlib_wrap.sh
f631f2ec
RL
81/tags
82/TAGS
d016d1ec
BE
83/libcrypto.map
84/libssl.map
448e6f06 85
ab68742a 86# Windows (legacy)
37d92b1b
RL
87/tmp32
88/tmp32.dbg
448e6f06 89/tmp32dll
41c9cfbc 90/tmp32dll.dbg
37d92b1b
RL
91/out32
92/out32.dbg
448e6f06 93/out32dll
41c9cfbc 94/out32dll.dbg
448e6f06
MC
95/inc32
96/MINFO
c54bae98 97/ms/.rnd
f631f2ec
RL
98/ms/bcb.mak
99/ms/libeay32.def
100/ms/nt.mak
101/ms/ntdll.mak
102/ms/ssleay32.def
103/ms/version32.rc
8757bf83
MC
104
105# Files created on other branches that are not held in git, and are not
106# needed on this branch
f631f2ec
RL
107/include/openssl/asn1_mac.h
108/include/openssl/des_old.h
109/include/openssl/fips.h
110/include/openssl/fips_rand.h
111/include/openssl/krb5_asn.h
112/include/openssl/kssl.h
113/include/openssl/pq_compat.h
114/include/openssl/ssl23.h
115/include/openssl/tmdiff.h
116/include/openssl/ui_compat.h
117/test/fips_aesavs.c
118/test/fips_desmovs.c
119/test/fips_dsatest.c
120/test/fips_dssvs.c
121/test/fips_hmactest.c
122/test/fips_randtest.c
123/test/fips_rngvs.c
124/test/fips_rsagtest.c
125/test/fips_rsastest.c
126/test/fips_rsavtest.c
127/test/fips_shatest.c
128/test/fips_test_suite.c
129/test/shatest.c
27f215cf
RL
130
131##### Generic patterns
132# Auto generated assembly language source files
133*.s
134!/crypto/*/asm/*.s
135/crypto/arm*.S
136/crypto/*/*.S
137*.asm
138!/crypto/*/asm/*.asm
139
140# Object files
141*.o
142*.obj
143
144# editor artefacts
145*.swp
146.#*
147\#*#
148*~
149
150# Certificate symbolic links
151*.0
152
645c694d
RL
153# All kinds of libraries and executables
154*.a
27f215cf
RL
155*.so
156*.so.*
157*.dylib
158*.dylib.*
159*.dll
160*.dll.*
161*.exe
162*.pyc
163*.exp
164*.lib
165*.pdb
166*.ilk
167*.def
168*.rc
169*.res
170
171# Misc generated stuff
172Makefile.save
173/crypto/**/lib
174/engines/**/lib
175/ssl/**/lib
176*.bak
177cscope.*
178*.d
e7932c1e
J
179pod2htmd.tmp
180
181# Windows manifest files
182*.manifest
65c1f979 183doc-nits