Updated to Git v1.8.4
[msysgit.git] / src / curl / patches / 0002-Add-a-.gitignore-file.patch
blobdbc7156bee79bc641c83abfc74b192e61b07f2ab
1 From ea37b5f56c7f34fe21c9e5cf93253e0392bf91d3 Mon Sep 17 00:00:00 2001
2 From: Johannes Schindelin <johannes.schindelin@gmx.de>
3 Date: Sat, 25 Jul 2009 17:44:54 +0200
4 Subject: [PATCH 2/3] Add a .gitignore file
6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7 ---
8 .gitignore | 18 ++++++++++++++++++
9 1 file changed, 18 insertions(+)
10 create mode 100644 .gitignore
12 diff --git a/.gitignore b/.gitignore
13 new file mode 100644
14 index 0000000..67aaa4d
15 --- /dev/null
16 +++ b/.gitignore
17 @@ -0,0 +1,18 @@
18 +*.o
19 +*.lo
20 +*.la
21 +*.spec
22 +*.list
23 +*.pc
24 +/lib/ca-bundle.crt
25 +/lib/config.h
26 +/libtool
27 +/src/config.h
28 +/src/curl.exe
29 +stamp-h*
30 +Makefile
31 +.deps
32 +.libs
33 +/config.log
34 +/config.status
35 +/curl-config
36 --
37 1.8.1.msysgit.1