Revert "Don't replace cflags with thread_cflags, only append the latter"
[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 /configdata.pm
25
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/md4.c
41
42
43 # Auto generated headers
44 /crypto/buildinf.h
45 /openssl/include/opensslconf.h
46 /crypto/include/internal/*_conf.h
47
48 # Auto generated assembly language source files
49 *.s
50 !/crypto/*/asm/*.s
51 /crypto/arm*.S
52 /crypto/*/*.S
53 *.asm
54 !/crypto/*/asm/*.asm
55
56 # Executables
57 /apps/openssl
58 /test/sha256t
59 /test/sha512t
60 /test/gost2814789t
61 /test/*test
62 /test/fips_aesavs
63 /test/fips_desmovs
64 /test/fips_dhvs
65 /test/fips_drbgvs
66 /test/fips_dssvs
67 /test/fips_ecdhvs
68 /test/fips_ecdsavs
69 /test/fips_rngvs
70 /test/fips_test_suite
71 *.so*
72 *.dylib*
73 *.dll*
74 *.exe
75 # Exceptions
76 !/test/bctest
77 !/crypto/des/times/486-50.sol
78
79 # Misc auto generated files
80 /include/openssl/opensslconf.h
81 /tools/c_rehash
82 /crypto/**/lib
83 /engines/**/lib
84 /ssl/**/lib
85 Makefile.save
86 *.bak
87 /tags
88 /TAGS
89 cscope.out
90 *.d
91 /crypto.map
92 /ssl.map
93
94 # Windows
95 /tmp32
96 /tmp32.dbg
97 /tmp32dll
98 /tmp32dll.dbg
99 /out32
100 /out32.dbg
101 /out32dll
102 /out32dll.dbg
103 /inc32
104 /MINFO
105 /ms/bcb.mak
106 /ms/libeay32.def
107 /ms/nt.mak
108 /ms/ntdll.mak
109 /ms/ssleay32.def
110 /ms/version32.rc
111
112 # Files created on other branches that are not held in git, and are not
113 # needed on this branch
114 /include/openssl/asn1_mac.h
115 /include/openssl/des_old.h
116 /include/openssl/fips.h
117 /include/openssl/fips_rand.h
118 /include/openssl/krb5_asn.h
119 /include/openssl/kssl.h
120 /include/openssl/pq_compat.h
121 /include/openssl/ssl23.h
122 /include/openssl/tmdiff.h
123 /include/openssl/ui_compat.h
124 /test/fips_aesavs.c
125 /test/fips_desmovs.c
126 /test/fips_dsatest.c
127 /test/fips_dssvs.c
128 /test/fips_hmactest.c
129 /test/fips_randtest.c
130 /test/fips_rngvs.c
131 /test/fips_rsagtest.c
132 /test/fips_rsastest.c
133 /test/fips_rsavtest.c
134 /test/fips_shatest.c
135 /test/fips_test_suite.c
136 /test/shatest.c