Deprecate the flags that switch off constant time
[openssl.git] / .gitignore
1 # Object files
2 *.o
3 *.obj
4
5 # editor artefacts
6 *.swp
7 .#*
8 \#*#
9 *~
10 /.dir-locals.el
11
12 # Top level excludes
13 /Makefile.orig
14 /MINFO
15 /TABLE
16 /*.a
17 /*.pc
18 /rehash.time
19 /inc.*
20 /makefile.*
21 /out.*
22 /tmp.*
23 /configdata.pm
24
25 # *all* Makefiles
26 Makefile
27
28 /test/*.ss
29 /test/*.srl
30 /test/.rnd
31 /test/test*.pem
32 /test/newkey.pem
33 /test/*.log
34 /test/buildtest_*
35
36 # Certificate symbolic links
37 *.0
38
39 # Links under apps
40 /apps/CA.pl
41 /apps/tsget
42 /apps/md4.c
43
44
45 # Auto generated headers
46 /crypto/buildinf.h
47 /crypto/include/internal/*_conf.h
48 /openssl/include/opensslconf.h
49 /util/domd
50
51 # Auto generated assembly language source files
52 *.s
53 !/crypto/*/asm/*.s
54 /crypto/arm*.S
55 /crypto/*/*.S
56 *.asm
57 !/crypto/*/asm/*.asm
58
59 # Executables
60 /apps/openssl
61 /fuzz/asn1
62 /fuzz/asn1parse
63 /fuzz/bignum
64 /fuzz/bndiv
65 /fuzz/conf
66 /fuzz/cms
67 /fuzz/ct
68 /fuzz/server
69 /fuzz/x509
70 /test/sha256t
71 /test/sha512t
72 /test/gost2814789t
73 /test/ssltest_old
74 /test/*test
75 /test/fips_aesavs
76 /test/fips_desmovs
77 /test/fips_dhvs
78 /test/fips_drbgvs
79 /test/fips_dssvs
80 /test/fips_ecdhvs
81 /test/fips_ecdsavs
82 /test/fips_rngvs
83 /test/fips_test_suite
84 /test/ssltest_old
85 /test/x509aux
86 *.so*
87 *.dylib*
88 *.dll*
89 *.exe
90 *.pyc
91 # Exceptions
92 !/test/bctest
93 !/crypto/des/times/486-50.sol
94
95 # Misc auto generated files
96 /include/openssl/opensslconf.h
97 /tools/c_rehash
98 /crypto/**/lib
99 /engines/**/lib
100 /ssl/**/lib
101 Makefile.save
102 *.bak
103 /tags
104 /TAGS
105 cscope.*
106 *.d
107 /crypto.map
108 /ssl.map
109
110 # Windows
111 /tmp32
112 /tmp32.dbg
113 /tmp32dll
114 /tmp32dll.dbg
115 /out32
116 /out32.dbg
117 /out32dll
118 /out32dll.dbg
119 /inc32
120 /MINFO
121 /ms/.rnd
122 /ms/bcb.mak
123 /ms/libeay32.def
124 /ms/nt.mak
125 /ms/ntdll.mak
126 /ms/ssleay32.def
127 /ms/version32.rc
128
129 # Files created on other branches that are not held in git, and are not
130 # needed on this branch
131 /include/openssl/asn1_mac.h
132 /include/openssl/des_old.h
133 /include/openssl/fips.h
134 /include/openssl/fips_rand.h
135 /include/openssl/krb5_asn.h
136 /include/openssl/kssl.h
137 /include/openssl/pq_compat.h
138 /include/openssl/ssl23.h
139 /include/openssl/tmdiff.h
140 /include/openssl/ui_compat.h
141 /test/fips_aesavs.c
142 /test/fips_desmovs.c
143 /test/fips_dsatest.c
144 /test/fips_dssvs.c
145 /test/fips_hmactest.c
146 /test/fips_randtest.c
147 /test/fips_rngvs.c
148 /test/fips_rsagtest.c
149 /test/fips_rsastest.c
150 /test/fips_rsavtest.c
151 /test/fips_shatest.c
152 /test/fips_test_suite.c
153 /test/shatest.c