]> git.ipfire.org Git - thirdparty/openssl.git/blob - .gitignore
Update .gitignore with windows files to be excluded from git
[thirdparty/openssl.git] / .gitignore
1 # Object files
2 *.o
3 *.obj
4
5 # editor artefacts
6 *.swp
7 .#*
8 #*#
9 *~
10
11 # Top level excludes
12 /Makefile.bak
13 /Makefile
14 /*.a
15 /include
16 /*.pc
17 /rehash.time
18
19 # Most *.c files under test/ are symlinks
20 /test/*.c
21 # Apart from these
22 !/test/asn1test.c
23 !/test/methtest.c
24 !/test/dummytest.c
25 !/test/igetest.c
26 !/test/r160test.c
27 !/test/fips_algvs.c
28
29 /test/*.ss
30 /test/*.srl
31 /test/.rnd
32 /test/test*.pem
33 /test/newkey.pem
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 /crypto/buildinf.h
45 /crypto/opensslconf.h
46
47 # Auto generated assembly language source files
48 *.s
49 !/crypto/bn/asm/pa-risc2.s
50 !/crypto/bn/asm/pa-risc2W.s
51
52 # Executables
53 /apps/openssl
54 /test/sha256t
55 /test/sha512t
56 /test/*test
57 /test/fips_aesavs
58 /test/fips_desmovs
59 /test/fips_dhvs
60 /test/fips_drbgvs
61 /test/fips_dssvs
62 /test/fips_ecdhvs
63 /test/fips_ecdsavs
64 /test/fips_rngvs
65 /test/fips_test_suite
66 *.so*
67 *.dylib*
68 *.dll*
69 # Exceptions
70 !/test/bctest
71 !/crypto/des/times/486-50.sol
72
73 # Misc auto generated files
74 /tools/c_rehash
75 /test/evptests.txt
76 lib
77 Makefile.save
78 *.bak
79
80 # Windows
81 /tmp32dll
82 /out32dll
83 /inc32
84 /MINFO
85 ms/bcb.mak
86 ms/libeay32.def
87 ms/nt.mak
88 ms/ntdll.mak
89 ms/ssleay32.def
90 ms/version32.rc