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