]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - .gitignore
RT4019: Duplicate -hmac flag in dgst.pod
[thirdparty/openssl.git] / .gitignore
... / ...
CommitLineData
1# Object files
2*.o
3*.obj
4
5# editor artefacts
6*.swp
7.#*
8\#*#
9*~
10
11# Top level excludes
12/Makefile.bak
13/Makefile
14/MINFO
15/TABLE
16/*.a
17/*.pc
18/rehash.time
19/inc.*
20/makefile.*
21/out.*
22/tmp.*
23
24/test/*.ss
25/test/*.srl
26/test/.rnd
27/test/test*.pem
28/test/newkey.pem
29
30# Certificate symbolic links
31*.0
32
33# Links under apps
34/apps/CA.pl
35/apps/md4.c
36
37
38# Auto generated headers
39/crypto/buildinf.h
40/crypto/opensslconf.h
41
42# Auto generated assembly language source files
43*.s
44!/crypto/bn/asm/pa-risc2.s
45!/crypto/bn/asm/pa-risc2W.s
46crypto/aes/asm/a_win32.asm
47crypto/bf/asm/b_win32.asm
48crypto/bn/asm/bn_win32.asm
49crypto/bn/asm/co_win32.asm
50crypto/bn/asm/mt_win32.asm
51crypto/cast/asm/c_win32.asm
52crypto/cpu_win32.asm
53crypto/des/asm/d_win32.asm
54crypto/des/asm/y_win32.asm
55crypto/md5/asm/m5_win32.asm
56crypto/rc4/asm/r4_win32.asm
57crypto/rc5/asm/r5_win32.asm
58crypto/ripemd/asm/rm_win32.asm
59crypto/sha/asm/s1_win32.asm
60crypto/sha/asm/sha512-sse2.asm
61
62# Executables
63/apps/openssl
64/test/sha256t
65/test/sha512t
66/test/gost2814789t
67/test/*test
68/test/fips_aesavs
69/test/fips_desmovs
70/test/fips_dhvs
71/test/fips_drbgvs
72/test/fips_dssvs
73/test/fips_ecdhvs
74/test/fips_ecdsavs
75/test/fips_rngvs
76/test/fips_test_suite
77*.so*
78*.dylib*
79*.dll*
80# Exceptions
81!/test/bctest
82!/crypto/des/times/486-50.sol
83
84# Misc auto generated files
85include/openssl/opensslconf.h
86/tools/c_rehash
87lib
88Makefile.save
89*.bak
90tags
91TAGS
92cscope.out
93*.d
94
95# Windows
96/tmp32
97/tmp32.dbg
98/tmp32dll
99/tmp32dll.dbg
100/out32
101/out32.dbg
102/out32dll
103/out32dll.dbg
104/inc32
105/MINFO
106ms/bcb.mak
107ms/libeay32.def
108ms/nt.mak
109ms/ntdll.mak
110ms/ssleay32.def
111ms/version32.rc
112
113# Files created on other branches that are not held in git, and are not
114# needed on this branch
115include/openssl/asn1_mac.h
116include/openssl/des_old.h
117include/openssl/fips.h
118include/openssl/fips_rand.h
119include/openssl/krb5_asn.h
120include/openssl/kssl.h
121include/openssl/pq_compat.h
122include/openssl/ssl23.h
123include/openssl/tmdiff.h
124include/openssl/ui_compat.h
125test/fips_aesavs.c
126test/fips_desmovs.c
127test/fips_dsatest.c
128test/fips_dssvs.c
129test/fips_hmactest.c
130test/fips_randtest.c
131test/fips_rngvs.c
132test/fips_rsagtest.c
133test/fips_rsastest.c
134test/fips_rsavtest.c
135test/fips_shatest.c
136test/fips_test_suite.c
137test/shatest.c