make update
[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 /test/sha256t
61 /test/sha512t
62 /test/gost2814789t
63 /test/ssltest_old
64 /test/*test
65 /test/fips_aesavs
66 /test/fips_desmovs
67 /test/fips_dhvs
68 /test/fips_drbgvs
69 /test/fips_dssvs
70 /test/fips_ecdhvs
71 /test/fips_ecdsavs
72 /test/fips_rngvs
73 /test/fips_test_suite
74 *.so*
75 *.dylib*
76 *.dll*
77 *.exe
78 # Exceptions
79 !/test/bctest
80 !/crypto/des/times/486-50.sol
81
82 # Misc auto generated files
83 /include/openssl/opensslconf.h
84 /tools/c_rehash
85 /crypto/**/lib
86 /engines/**/lib
87 /ssl/**/lib
88 Makefile.save
89 *.bak
90 /tags
91 /TAGS
92 cscope.*
93 *.d
94 /crypto.map
95 /ssl.map
96
97 # Windows
98 /tmp32
99 /tmp32.dbg
100 /tmp32dll
101 /tmp32dll.dbg
102 /out32
103 /out32.dbg
104 /out32dll
105 /out32dll.dbg
106 /inc32
107 /MINFO
108 /ms/.rnd
109 /ms/bcb.mak
110 /ms/libeay32.def
111 /ms/nt.mak
112 /ms/ntdll.mak
113 /ms/ssleay32.def
114 /ms/version32.rc
115
116 # Files created on other branches that are not held in git, and are not
117 # needed on this branch
118 /include/openssl/asn1_mac.h
119 /include/openssl/des_old.h
120 /include/openssl/fips.h
121 /include/openssl/fips_rand.h
122 /include/openssl/krb5_asn.h
123 /include/openssl/kssl.h
124 /include/openssl/pq_compat.h
125 /include/openssl/ssl23.h
126 /include/openssl/tmdiff.h
127 /include/openssl/ui_compat.h
128 /test/fips_aesavs.c
129 /test/fips_desmovs.c
130 /test/fips_dsatest.c
131 /test/fips_dssvs.c
132 /test/fips_hmactest.c
133 /test/fips_randtest.c
134 /test/fips_rngvs.c
135 /test/fips_rsagtest.c
136 /test/fips_rsastest.c
137 /test/fips_rsavtest.c
138 /test/fips_shatest.c
139 /test/fips_test_suite.c
140 /test/shatest.c