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