Change functions to pass in a limit rather than calculate 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.bak
14 /Makefile
15 /MINFO
16 /*.a
17 /include
18 /*.pc
19 /rehash.time
20 /inc.*
21 /makefile.*
22 /out.*
23 /tmp.*
24
25 # Most *.c files under test/ are symlinks
26 /test/*.c
27 # Apart from these
28 !/test/asn1test.c
29 !/test/methtest.c
30 !/test/dummytest.c
31 !/test/igetest.c
32 !/test/r160test.c
33 !/test/fips_algvs.c
34
35 /test/*.ss
36 /test/*.srl
37 /test/.rnd
38 /test/test*.pem
39 /test/newkey.pem
40
41 # Certificate symbolic links
42 *.0
43
44 # Links under apps
45 /apps/CA.pl
46 /apps/md4.c
47
48
49 # Auto generated headers
50 /crypto/buildinf.h
51 /crypto/opensslconf.h
52
53 # Auto generated assembly language source files
54 *.s
55 !/crypto/bn/asm/pa-risc2.s
56 !/crypto/bn/asm/pa-risc2W.s
57 crypto/aes/asm/a_win32.asm
58 crypto/bf/asm/b_win32.asm
59 crypto/bn/asm/bn_win32.asm
60 crypto/bn/asm/co_win32.asm
61 crypto/bn/asm/mt_win32.asm
62 crypto/cast/asm/c_win32.asm
63 crypto/cpu_win32.asm
64 crypto/des/asm/d_win32.asm
65 crypto/des/asm/y_win32.asm
66 crypto/md5/asm/m5_win32.asm
67 crypto/rc4/asm/r4_win32.asm
68 crypto/rc5/asm/r5_win32.asm
69 crypto/ripemd/asm/rm_win32.asm
70 crypto/sha/asm/s1_win32.asm
71 crypto/sha/asm/sha512-sse2.asm
72
73 # Executables
74 /apps/openssl
75 /test/sha256t
76 /test/sha512t
77 /test/*test
78 /test/fips_aesavs
79 /test/fips_desmovs
80 /test/fips_dhvs
81 /test/fips_drbgvs
82 /test/fips_dssvs
83 /test/fips_ecdhvs
84 /test/fips_ecdsavs
85 /test/fips_rngvs
86 /test/fips_test_suite
87 *.so*
88 *.dylib*
89 *.dll*
90 # Exceptions
91 !/test/bctest
92 !/crypto/des/times/486-50.sol
93
94 # Misc auto generated files
95 /tools/c_rehash
96 /test/evptests.txt
97 lib
98 Makefile.save
99 *.bak
100 tags
101 TAGS
102
103 # Windows
104 /tmp32
105 /tmp32.dbg
106 /tmp32dll
107 /tmp32dll.dbg
108 /out32
109 /out32.dbg
110 /out32dll
111 /out32dll.dbg
112 /inc32
113 /MINFO
114 ms/bcb.mak
115 ms/libeay32.def
116 ms/nt.mak
117 ms/ntdll.mak
118 ms/ssleay32.def
119 ms/version32.rc