]> git.ipfire.org Git - thirdparty/openssl.git/blame - .gitignore
Typo (PR2959).
[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
a5b2791c 13/test/*.c
e71972d1 14# Apart from these
a5b2791c
BL
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
e71972d1
DSH
21
22# Certificate symbolic links
23*.0
24
25# Links under apps
a5b2791c
BL
26/apps/CA.pl
27/apps/md4.c
e71972d1
DSH
28
29
30# Auto generated headers
a5b2791c
BL
31/crypto/buildinf.h
32/crypto/opensslconf.h
e71972d1
DSH
33
34# Auto generated assembly language source files
35*.s
a5b2791c
BL
36!/crypto/bn/asm/pa-risc2.s
37!/crypto/bn/asm/pa-risc2W.s
e71972d1
DSH
38
39# Executables
a5b2791c
BL
40/apps/openssl
41/test/sha256t
42/test/sha512t
43/test/*test
44/test/fips_aesavs
45/test/fips_desmovs
46/test/fips_dhvs
47/test/fips_drbgvs
48/test/fips_dssvs
49/test/fips_ecdhvs
50/test/fips_ecdsavs
51/test/fips_rngvs
52/test/fips_test_suite
e71972d1
DSH
53*.so*
54*.dylib*
55*.dll*
56# Exceptions
a5b2791c
BL
57!/test/bctest
58!/crypto/des/times/486-50.sol
e71972d1
DSH
59
60# Misc auto generated files
a5b2791c
BL
61/tools/c_rehash
62/test/evptests.txt
e71972d1
DSH
63lib
64Makefile.save
65*.bak