[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files
From: |
Konrad Rzeszutek Wilk |
Subject: |
Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files |
Date: |
Tue, 11 Aug 2015 13:00:02 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Jul 20, 2015 at 04:35:49PM +0200, Daniel Kiper wrote:
> Signed-off-by: Daniel Kiper <address@hidden>
Reviewed-by: Konrad Rzeszutek Wilk <address@hidden>
but really - this is quite easy to review :-)
> ---
> .gitignore | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 18ab8e8..6d25d39 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -147,6 +147,7 @@ mod-*.c
> missing
> netboot_test
> *.o
> +*.orig
> *.a
> ohci_test
> partmap_test
> @@ -160,9 +161,11 @@ po/stamp-po
> printf_test
> priority_queue_unit_test
> pseries_test
> +*.rej
> stamp-h
> stamp-h1
> stamp-h.in
> +*.swp
> symlist.c
> symlist.h
> trigtables.c
> --
> 1.7.10.4
>
- Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files,
Konrad Rzeszutek Wilk <=