]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Fix EC_KEY_print so it prints out private key information
[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
f631f2ec
RL
75/tags
76/TAGS
f631f2ec
RL
77/crypto.map
78/ssl.map
448e6f06 79
ab68742a 80# Windows (legacy)
37d92b1b
RL
81/tmp32
82/tmp32.dbg
448e6f06 83/tmp32dll
41c9cfbc 84/tmp32dll.dbg
37d92b1b
RL
85/out32
86/out32.dbg
448e6f06 87/out32dll
41c9cfbc 88/out32dll.dbg
448e6f06
MC
89/inc32
90/MINFO
c54bae98 91/ms/.rnd
f631f2ec
RL
92/ms/bcb.mak
93/ms/libeay32.def
94/ms/nt.mak
95/ms/ntdll.mak
96/ms/ssleay32.def
97/ms/version32.rc
8757bf83
MC
98
99# Files created on other branches that are not held in git, and are not
100# needed on this branch
f631f2ec
RL
101/include/openssl/asn1_mac.h
102/include/openssl/des_old.h
103/include/openssl/fips.h
104/include/openssl/fips_rand.h
105/include/openssl/krb5_asn.h
106/include/openssl/kssl.h
107/include/openssl/pq_compat.h
108/include/openssl/ssl23.h
109/include/openssl/tmdiff.h
110/include/openssl/ui_compat.h
111/test/fips_aesavs.c
112/test/fips_desmovs.c
113/test/fips_dsatest.c
114/test/fips_dssvs.c
115/test/fips_hmactest.c
116/test/fips_randtest.c
117/test/fips_rngvs.c
118/test/fips_rsagtest.c
119/test/fips_rsastest.c
120/test/fips_rsavtest.c
121/test/fips_shatest.c
122/test/fips_test_suite.c
123/test/shatest.c
27f215cf
RL
124
125##### Generic patterns
126# Auto generated assembly language source files
127*.s
128!/crypto/*/asm/*.s
129/crypto/arm*.S
130/crypto/*/*.S
131*.asm
132!/crypto/*/asm/*.asm
133
134# Object files
135*.o
136*.obj
137
138# editor artefacts
139*.swp
140.#*
141\#*#
142*~
143
144# Certificate symbolic links
145*.0
146
147# All kinds of executables
148*.so
149*.so.*
150*.dylib
151*.dylib.*
152*.dll
153*.dll.*
154*.exe
155*.pyc
156*.exp
157*.lib
158*.pdb
159*.ilk
160*.def
161*.rc
162*.res
163
164# Misc generated stuff
165Makefile.save
166/crypto/**/lib
167/engines/**/lib
168/ssl/**/lib
169*.bak
170cscope.*
171*.d
e7932c1e
J
172pod2htmd.tmp
173
174# Windows manifest files
175*.manifest