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