]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Fix warning.
[thirdparty/openssl.git] / .gitignore
CommitLineData
e71972d1
DSH
1# Object files
2*.o
3
4# Top level excludes
5/Makefile.bak
6/Makefile
7/*.a
8/include
9/*.pc
10/rehash.time
11
12# Most *.c files under test/ are symlinks
13test/*.c
14# Apart from these
15!test/asn1test.c
16!test/methtest.c
17!test/dummytest.c
18!test/igetest.c
19!test/r160test.c
20!test/fips_algvs.c
21
22# Certificate symbolic links
23*.0
24
25# Links under apps
26apps/CA.pl
27apps/md4.c
28
29
30# Auto generated headers
31crypto/buildinf.h
32crypto/opensslconf.h
33
34# Auto generated assembly language source files
35*.s
36!crypto/bn/asm/pa-risc2.s
37!crypto/bn/asm/pa-risc2W.s
38
39# Executables
40apps/openssl
41test/sha256t
42test/sha512t
43test/*test
44*.so*
45*.dylib*
46*.dll*
47# Exceptions
48!test/bctest
49!crypto/des/times/486-50.sol
50
51# Misc auto generated files
52tools/c_rehash
53test/evptests.txt
54lib
55Makefile.save
56*.bak