]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - .gitignore
Make the fuzzers more reproducible
[thirdparty/openssl.git] / .gitignore
... / ...
CommitLineData
1# Ignore editor artefacts
2/.dir-locals.el
3
4# Top level excludes
5/Makefile.orig
6/MINFO
7/TABLE
8/*.a
9/*.pc
10/rehash.time
11/inc.*
12/makefile.*
13/out.*
14/tmp.*
15/configdata.pm
16
17# *all* Makefiles
18Makefile
19# ... except in demos
20!/demos/*/Makefile
21
22# Links under apps
23/apps/CA.pl
24/apps/tsget
25/apps/tsget.pl
26/apps/md4.c
27
28# Auto generated headers
29/crypto/buildinf.h
30/crypto/include/internal/*_conf.h
31/openssl/include/opensslconf.h
32/util/domd
33
34# Executables
35/apps/openssl
36/test/sha256t
37/test/sha512t
38/test/gost2814789t
39/test/ssltest_old
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
50/test/ssltest_old
51/test/x509aux
52/test/v3ext
53/test/ossl_shim/ossl_shim
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/*.*
73
74# Misc auto generated files
75/include/openssl/opensslconf.h
76/tools/c_rehash
77/tools/c_rehash.pl
78/util/shlib_wrap.sh
79/tags
80/TAGS
81/crypto.map
82/ssl.map
83
84# Windows (legacy)
85/tmp32
86/tmp32.dbg
87/tmp32dll
88/tmp32dll.dbg
89/out32
90/out32.dbg
91/out32dll
92/out32dll.dbg
93/inc32
94/MINFO
95/ms/.rnd
96/ms/bcb.mak
97/ms/libeay32.def
98/ms/nt.mak
99/ms/ntdll.mak
100/ms/ssleay32.def
101/ms/version32.rc
102
103# Files created on other branches that are not held in git, and are not
104# needed on this branch
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
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
176pod2htmd.tmp
177
178# Windows manifest files
179*.manifest