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