Replace CR/LF with LF line endings
[msysgit.git] / src / curl / patches / 0002-Add-a-.gitignore-file.patch
blob2d1d5c51fdac12c5a66e530f1302cdb3418e0f5e
1 From 95898bfa20d9e10bcdf789d869652770714d2351 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] Add a .gitignore file
6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7 ---
8 .gitignore | 18 ++++++++++++++++++
9 1 files changed, 18 insertions(+), 0 deletions(-)
10 create mode 100644 .gitignore
12 diff --git a/.gitignore b/.gitignore
13 new file mode 100644
14 index 0000000..42de541
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.6.3.2.1299.gee46c