508fe0b30c3ba62f9ceff34b7b8ea29b77728fe3
[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
35 # Certificate symbolic links
36 *.0
37
38 # Links under apps
39 /apps/CA.pl
40 /apps/tsget
41 /apps/md4.c
42
43
44 # Auto generated headers
45 /crypto/buildinf.h
46 /crypto/include/internal/*_conf.h
47 /openssl/include/opensslconf.h
48 /util/domd
49
50 # Auto generated assembly language source files
51 *.s
52 !/crypto/*/asm/*.s
53 /crypto/arm*.S
54 /crypto/*/*.S
55 *.asm
56 !/crypto/*/asm/*.asm
57
58 # Executables
59 /apps/openssl
60 /fuzz/asn1
61 /fuzz/asn1parse
62 /fuzz/bignum
63 /fuzz/bndiv
64 /fuzz/conf
65 /fuzz/cms
66 /fuzz/ct
67 /fuzz/server
68 /fuzz/x509
69 /test/sha256t
70 /test/sha512t
71 /test/gost2814789t
72 /test/ssltest_old
73 /test/*test
74 /test/fips_aesavs
75 /test/fips_desmovs
76 /test/fips_dhvs
77 /test/fips_drbgvs
78 /test/fips_dssvs
79 /test/fips_ecdhvs
80 /test/fips_ecdsavs
81 /test/fips_rngvs
82 /test/fips_test_suite
83 /test/ssltest_old
84 /test/x509aux
85 *.so*
86 *.dylib*
87 *.dll*
88 *.exe
89 *.pyc
90 # Exceptions
91 !/test/bctest
92 !/crypto/des/times/486-50.sol
93
94 # Misc auto generated files
95 /include/openssl/opensslconf.h
96 /tools/c_rehash
97 /crypto/**/lib
98 /engines/**/lib
99 /ssl/**/lib
100 Makefile.save
101 *.bak
102 /tags
103 /TAGS
104 cscope.*
105 *.d
106 /crypto.map
107 /ssl.map
108
109 # Windows
110 /tmp32
111 /tmp32.dbg
112 /tmp32dll
113 /tmp32dll.dbg
114 /out32
115 /out32.dbg
116 /out32dll
117 /out32dll.dbg
118 /inc32
119 /MINFO
120 /ms/.rnd
121 /ms/bcb.mak
122 /ms/libeay32.def
123 /ms/nt.mak
124 /ms/ntdll.mak
125 /ms/ssleay32.def
126 /ms/version32.rc
127
128 # Files created on other branches that are not held in git, and are not
129 # needed on this branch
130 /include/openssl/asn1_mac.h
131 /include/openssl/des_old.h
132 /include/openssl/fips.h
133 /include/openssl/fips_rand.h
134 /include/openssl/krb5_asn.h
135 /include/openssl/kssl.h
136 /include/openssl/pq_compat.h
137 /include/openssl/ssl23.h
138 /include/openssl/tmdiff.h
139 /include/openssl/ui_compat.h
140 /test/fips_aesavs.c
141 /test/fips_desmovs.c
142 /test/fips_dsatest.c
143 /test/fips_dssvs.c
144 /test/fips_hmactest.c
145 /test/fips_randtest.c
146 /test/fips_rngvs.c
147 /test/fips_rsagtest.c
148 /test/fips_rsastest.c
149 /test/fips_rsavtest.c
150 /test/fips_shatest.c
151 /test/fips_test_suite.c
152 /test/shatest.c