]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - patches/0002-ENGR00094618-Update-.gitignore-configure-file.patch
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / patches / 0002-ENGR00094618-Update-.gitignore-configure-file.patch
1 From 6259800e38b3da575a8436d5616b3920c77f25f5 Mon Sep 17 00:00:00 2001
2 From: Fred Fan <r01011@freescale.com>
3 Date: Mon, 23 Feb 2009 13:32:44 +0800
4 Subject: [PATCH] ENGR00094618 Update .gitignore configure file
5
6 Update .gitignore configure file to ignore vim swap and ctags file
7
8 Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
9 ---
10  .gitignore |    1 +
11  1 files changed, 1 insertions(+), 0 deletions(-)
12
13 diff --git a/.gitignore b/.gitignore
14 index 67d2cd6..1400d84 100644
15 --- a/.gitignore
16 +++ b/.gitignore
17 @@ -13,6 +13,7 @@
18  *~
19  *.swp
20  *.patch
21 +*.swp
22  
23  #
24  # Top-level generic files
25 -- 
26 1.5.4.4
27