Add extension utility documentation.
[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.bak
14 /Makefile
15 /MINFO
16 /TABLE
17 /*.a
18 /*.pc
19 /rehash.time
20 /inc.*
21 /makefile.*
22 /out.*
23 /tmp.*
24
25 /test/*.ss
26 /test/*.srl
27 /test/.rnd
28 /test/test*.pem
29 /test/newkey.pem
30 /test/*.log
31
32 # Certificate symbolic links
33 *.0
34
35 # Links under apps
36 /apps/CA.pl
37 /apps/md4.c
38
39
40 # Auto generated headers
41 /crypto/buildinf.h
42 /crypto/opensslconf.h
43
44 # Auto generated assembly language source files
45 *.s
46 !/crypto/*/asm/*.s
47 /crypto/arm*.S
48 /crypto/*/*.S
49 *.asm
50 !/crypto/*/asm/*.asm
51
52 # Executables
53 /apps/openssl
54 /test/sha256t
55 /test/sha512t
56 /test/gost2814789t
57 /test/*test
58 /test/fips_aesavs
59 /test/fips_desmovs
60 /test/fips_dhvs
61 /test/fips_drbgvs
62 /test/fips_dssvs
63 /test/fips_ecdhvs
64 /test/fips_ecdsavs
65 /test/fips_rngvs
66 /test/fips_test_suite
67 *.so*
68 *.dylib*
69 *.dll*
70 *.exe
71 # Exceptions
72 !/test/bctest
73 !/crypto/des/times/486-50.sol
74
75 # Misc auto generated files
76 include/openssl/opensslconf.h
77 /tools/c_rehash
78 lib
79 Makefile.save
80 *.bak
81 tags
82 TAGS
83 cscope.out
84 *.d
85
86 # Windows
87 /tmp32
88 /tmp32.dbg
89 /tmp32dll
90 /tmp32dll.dbg
91 /out32
92 /out32.dbg
93 /out32dll
94 /out32dll.dbg
95 /inc32
96 /MINFO
97 ms/bcb.mak
98 ms/libeay32.def
99 ms/nt.mak
100 ms/ntdll.mak
101 ms/ssleay32.def
102 ms/version32.rc
103
104 # Files created on other branches that are not held in git, and are not
105 # needed on this branch
106 include/openssl/asn1_mac.h
107 include/openssl/des_old.h
108 include/openssl/fips.h
109 include/openssl/fips_rand.h
110 include/openssl/krb5_asn.h
111 include/openssl/kssl.h
112 include/openssl/pq_compat.h
113 include/openssl/ssl23.h
114 include/openssl/tmdiff.h
115 include/openssl/ui_compat.h
116 test/fips_aesavs.c
117 test/fips_desmovs.c
118 test/fips_dsatest.c
119 test/fips_dssvs.c
120 test/fips_hmactest.c
121 test/fips_randtest.c
122 test/fips_rngvs.c
123 test/fips_rsagtest.c
124 test/fips_rsastest.c
125 test/fips_rsavtest.c
126 test/fips_shatest.c
127 test/fips_test_suite.c
128 test/shatest.c