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