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