Cleanup .gitignore
[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 /crypto/**/lib
81 /engines/**/lib
82 /ssl/**/lib
83 Makefile.save
84 *.bak
85 /tags
86 /TAGS
87 cscope.out
88 *.d
89 /crypto.map
90 /ssl.map
91
92 # Windows
93 /tmp32
94 /tmp32.dbg
95 /tmp32dll
96 /tmp32dll.dbg
97 /out32
98 /out32.dbg
99 /out32dll
100 /out32dll.dbg
101 /inc32
102 /MINFO
103 /ms/bcb.mak
104 /ms/libeay32.def
105 /ms/nt.mak
106 /ms/ntdll.mak
107 /ms/ssleay32.def
108 /ms/version32.rc
109
110 # Files created on other branches that are not held in git, and are not
111 # needed on this branch
112 /include/openssl/asn1_mac.h
113 /include/openssl/des_old.h
114 /include/openssl/fips.h
115 /include/openssl/fips_rand.h
116 /include/openssl/krb5_asn.h
117 /include/openssl/kssl.h
118 /include/openssl/pq_compat.h
119 /include/openssl/ssl23.h
120 /include/openssl/tmdiff.h
121 /include/openssl/ui_compat.h
122 /test/fips_aesavs.c
123 /test/fips_desmovs.c
124 /test/fips_dsatest.c
125 /test/fips_dssvs.c
126 /test/fips_hmactest.c
127 /test/fips_randtest.c
128 /test/fips_rngvs.c
129 /test/fips_rsagtest.c
130 /test/fips_rsastest.c
131 /test/fips_rsavtest.c
132 /test/fips_shatest.c
133 /test/fips_test_suite.c
134 /test/shatest.c