Re: [OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Yousong Zhou
On 24 April 2014 04:54, Jonas Gorski wrote: > On Wed, Apr 23, 2014 at 5:38 PM, Yousong Zhou wrote: >> On 23 April 2014 23:23, Felix Fietkau wrote: >>> On 2014-04-23 14:16, Yousong Zhou wrote: Signed-off-by: Yousong Zhou >>> Why? >>> >> >> There are times when I apply patches with patch uti

Re: [OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Jonas Gorski
On Wed, Apr 23, 2014 at 5:38 PM, Yousong Zhou wrote: > On 23 April 2014 23:23, Felix Fietkau wrote: >> On 2014-04-23 14:16, Yousong Zhou wrote: >>> Signed-off-by: Yousong Zhou >> Why? >> > > There are times when I apply patches with patch utility, some *.orig > and *.rej files will be generated

Re: [OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Yousong Zhou
On 23 April 2014 23:23, Felix Fietkau wrote: > On 2014-04-23 14:16, Yousong Zhou wrote: >> Signed-off-by: Yousong Zhou > Why? > There are times when I apply patches with patch utility, some *.orig and *.rej files will be generated in the tree and later copied in the final binary image. It would

Re: [OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Felix Fietkau
On 2014-04-23 14:16, Yousong Zhou wrote: > Signed-off-by: Yousong Zhou Why? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/4] Remove *.orig and *.rej from .gitignore.

2014-04-23 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- .gitignore |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1bef86e..0892453 100644 --- a/.gitignore +++ b/.gitignore @@ -15,11 +15,9 @@ /files /package/feeds /package/openwrt-packages -*.orig -*.rej *~