Typo.
[openssl.git] / .gitignore
1 # Object files
2 *.o
3
4 # editor artefacts
5 *.swp
6 .#*
7 #*#
8 *~
9
10 # Top level excludes
11 /Makefile.bak
12 /Makefile
13 /MINFO
14 /*.a
15 /include
16 /*.pc
17 /rehash.time
18 /out.dbg
19 /outinc
20 /tmp.dbg
21
22 # Most *.c files under test/ are symlinks
23 /test/*.c
24 # Apart from these
25 !/test/asn1test.c
26 !/test/methtest.c
27 !/test/dummytest.c
28 !/test/igetest.c
29 !/test/r160test.c
30 !/test/fips_algvs.c
31
32 /test/*.ss
33 /test/*.srl
34 /test/.rnd
35 /test/test*.pem
36 /test/newkey.pem
37
38 # Certificate symbolic links
39 *.0
40
41 # Links under apps
42 /apps/CA.pl
43 /apps/md4.c
44
45
46 # Auto generated headers
47 /crypto/buildinf.h
48 /crypto/opensslconf.h
49
50 # Auto generated assembly language source files
51 *.s
52 !/crypto/bn/asm/pa-risc2.s
53 !/crypto/bn/asm/pa-risc2W.s
54
55 # Executables
56 /apps/openssl
57 /test/sha256t
58 /test/sha512t
59 /test/gost2814789t
60 /test/*test
61 /test/fips_aesavs
62 /test/fips_desmovs
63 /test/fips_dhvs
64 /test/fips_drbgvs
65 /test/fips_dssvs
66 /test/fips_ecdhvs
67 /test/fips_ecdsavs
68 /test/fips_rngvs
69 /test/fips_test_suite
70 *.so*
71 *.dylib*
72 *.dll*
73 # Exceptions
74 !/test/bctest
75 !/crypto/des/times/486-50.sol
76
77 # Misc auto generated files
78 /tools/c_rehash
79 /test/evptests.txt
80 lib
81 Makefile.save
82 *.bak