]> git.ipfire.org Git - thirdparty/openssl.git/blame_incremental - .gitignore
make update
[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*.S
45!/crypto/bn/asm/pa-risc2.s
46!/crypto/bn/asm/pa-risc2W.s
47crypto/aes/asm/a_win32.asm
48crypto/bf/asm/b_win32.asm
49crypto/bn/asm/bn_win32.asm
50crypto/bn/asm/co_win32.asm
51crypto/bn/asm/mt_win32.asm
52crypto/cast/asm/c_win32.asm
53crypto/cpu_win32.asm
54crypto/des/asm/d_win32.asm
55crypto/des/asm/y_win32.asm
56crypto/md5/asm/m5_win32.asm
57crypto/rc4/asm/r4_win32.asm
58crypto/rc5/asm/r5_win32.asm
59crypto/ripemd/asm/rm_win32.asm
60crypto/sha/asm/s1_win32.asm
61crypto/sha/asm/sha512-sse2.asm
62
63# Executables
64/apps/openssl
65/test/sha256t
66/test/sha512t
67/test/gost2814789t
68/test/*test
69/test/fips_aesavs
70/test/fips_desmovs
71/test/fips_dhvs
72/test/fips_drbgvs
73/test/fips_dssvs
74/test/fips_ecdhvs
75/test/fips_ecdsavs
76/test/fips_rngvs
77/test/fips_test_suite
78*.so*
79*.dylib*
80*.dll*
81# Exceptions
82!/test/bctest
83!/crypto/des/times/486-50.sol
84
85# Misc auto generated files
86include/openssl/opensslconf.h
87/tools/c_rehash
88lib
89Makefile.save
90*.bak
91tags
92TAGS
93cscope.out
94*.d
95
96# Windows
97/tmp32
98/tmp32.dbg
99/tmp32dll
100/tmp32dll.dbg
101/out32
102/out32.dbg
103/out32dll
104/out32dll.dbg
105/inc32
106/MINFO
107ms/bcb.mak
108ms/libeay32.def
109ms/nt.mak
110ms/ntdll.mak
111ms/ssleay32.def
112ms/version32.rc
113
114# Files created on other branches that are not held in git, and are not
115# needed on this branch
116include/openssl/asn1_mac.h
117include/openssl/des_old.h
118include/openssl/fips.h
119include/openssl/fips_rand.h
120include/openssl/krb5_asn.h
121include/openssl/kssl.h
122include/openssl/pq_compat.h
123include/openssl/ssl23.h
124include/openssl/tmdiff.h
125include/openssl/ui_compat.h
126test/fips_aesavs.c
127test/fips_desmovs.c
128test/fips_dsatest.c
129test/fips_dssvs.c
130test/fips_hmactest.c
131test/fips_randtest.c
132test/fips_rngvs.c
133test/fips_rsagtest.c
134test/fips_rsastest.c
135test/fips_rsavtest.c
136test/fips_shatest.c
137test/fips_test_suite.c
138test/shatest.c