Update .gitignore with windows files to be excluded from git
[oweals/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 /MINFO
15 /*.a
16 /include
17 /*.pc
18 /rehash.time
19 /inc.*
20 /makefile.*
21 /out.*
22 /tmp.*
23
24 # Most *.c files under test/ are symlinks
25 /test/*.c
26 # Apart from these
27 !/test/asn1test.c
28 !/test/methtest.c
29 !/test/dummytest.c
30 !/test/igetest.c
31 !/test/r160test.c
32 !/test/fips_algvs.c
33 !/test/testutil.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
58 # Executables
59 /apps/openssl
60 /test/sha256t
61 /test/sha512t
62 /test/gost2814789t
63 /test/*test
64 /test/fips_aesavs
65 /test/fips_desmovs
66 /test/fips_dhvs
67 /test/fips_drbgvs
68 /test/fips_dssvs
69 /test/fips_ecdhvs
70 /test/fips_ecdsavs
71 /test/fips_rngvs
72 /test/fips_test_suite
73 *.so*
74 *.dylib*
75 *.dll*
76 # Exceptions
77 !/test/bctest
78 !/crypto/des/times/486-50.sol
79
80 # Misc auto generated files
81 /tools/c_rehash
82 /test/evptests.txt
83 lib
84 Makefile.save
85 *.bak
86 tags
87 TAGS
88 cscope.out
89 *.d
90
91 # Windows
92 /tmp32dll
93 /out32dll
94 /inc32
95 /MINFO
96 ms/bcb.mak
97 ms/libeay32.def
98 ms/nt.mak
99 ms/ntdll.mak
100 ms/ssleay32.def
101 ms/version32.rc