2014-10-10 22:55:30

by Prarit Bhargava

[permalink] [raw]
Subject: [PATCH] x86, kexec: Add .gitignore file

When doing git-status there are two untracked files:

\# Untracked files:
\# (use "git add <file>..." to include in what will be committed)
\#
\# arch/x86/purgatory/kexec-purgatory.c
\# arch/x86/purgatory/purgatory.ro

Add a .gitignore to block these files.

Cc: [email protected]
Cc: Vivek Goyal <[email protected]>
Signed-off-by: Prarit Bhargava <[email protected]>
---
arch/x86/purgatory/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 arch/x86/purgatory/.gitignore

diff --git a/arch/x86/purgatory/.gitignore b/arch/x86/purgatory/.gitignore
new file mode 100644
index 0000000..e9e66f1
--- /dev/null
+++ b/arch/x86/purgatory/.gitignore
@@ -0,0 +1,2 @@
+kexec-purgatory.c
+purgatory.ro
--
1.7.9.3


2014-10-10 23:47:51

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] x86, kexec: Add .gitignore file

On Fri, Oct 10, 2014 at 4:55 PM, Prarit Bhargava <[email protected]> wrote:
> When doing git-status there are two untracked files:
>
> \# Untracked files:
> \# (use "git add <file>..." to include in what will be committed)
> \#
> \# arch/x86/purgatory/kexec-purgatory.c
> \# arch/x86/purgatory/purgatory.ro
>
> Add a .gitignore to block these files.

I sent patch for this couple of weeks ago. It is pulled in looks like,
I got tipbot
for that patch.

http://marc.info/?l=linux-kernel&m=141201613309178

-- Shuah

2014-10-11 18:51:01

by Prarit Bhargava

[permalink] [raw]
Subject: Re: [PATCH] x86, kexec: Add .gitignore file



On 10/10/2014 07:47 PM, Shuah Khan wrote:
> On Fri, Oct 10, 2014 at 4:55 PM, Prarit Bhargava <[email protected]> wrote:
>> When doing git-status there are two untracked files:
>>
>> \# Untracked files:
>> \# (use "git add <file>..." to include in what will be committed)
>> \#
>> \# arch/x86/purgatory/kexec-purgatory.c
>> \# arch/x86/purgatory/purgatory.ro
>>
>> Add a .gitignore to block these files.
>
> I sent patch for this couple of weeks ago. It is pulled in looks like,
> I got tipbot
> for that patch.
>
> http://marc.info/?l=linux-kernel&m=141201613309178

Thanks Shuah.

P.

>
> -- Shuah
>

2014-10-13 12:37:00

by Vivek Goyal

[permalink] [raw]
Subject: Re: [PATCH] x86, kexec: Add .gitignore file

On Fri, Oct 10, 2014 at 06:55:21PM -0400, Prarit Bhargava wrote:
> When doing git-status there are two untracked files:
>
> \# Untracked files:
> \# (use "git add <file>..." to include in what will be committed)
> \#
> \# arch/x86/purgatory/kexec-purgatory.c
> \# arch/x86/purgatory/purgatory.ro
>
> Add a .gitignore to block these files.
>
> Cc: [email protected]
> Cc: Vivek Goyal <[email protected]>
> Signed-off-by: Prarit Bhargava <[email protected]>

[ CC akpm ]

Thanks Prarit.

Acked-by: Vivek Goyal <[email protected]>

Vivek

> ---
> arch/x86/purgatory/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 arch/x86/purgatory/.gitignore
>
> diff --git a/arch/x86/purgatory/.gitignore b/arch/x86/purgatory/.gitignore
> new file mode 100644
> index 0000000..e9e66f1
> --- /dev/null
> +++ b/arch/x86/purgatory/.gitignore
> @@ -0,0 +1,2 @@
> +kexec-purgatory.c
> +purgatory.ro
> --
> 1.7.9.3

2014-10-22 12:15:32

by Prarit Bhargava

[permalink] [raw]
Subject: Re: [PATCH] x86, kexec: Add .gitignore file



On 10/10/2014 07:47 PM, Shuah Khan wrote:
> On Fri, Oct 10, 2014 at 4:55 PM, Prarit Bhargava <[email protected]> wrote:
>> When doing git-status there are two untracked files:
>>
>> \# Untracked files:
>> \# (use "git add <file>..." to include in what will be committed)
>> \#
>> \# arch/x86/purgatory/kexec-purgatory.c
>> \# arch/x86/purgatory/purgatory.ro
>>
>> Add a .gitignore to block these files.
>
> I sent patch for this couple of weeks ago. It is pulled in looks like,
> I got tipbot
> for that patch.
>
> http://marc.info/?l=linux-kernel&m=141201613309178

Shuah, I don't see it in tip or linux.

P.

>
> -- Shuah
>

2014-10-22 12:27:25

by Prarit Bhargava

[permalink] [raw]
Subject: Re: [PATCH] x86, kexec: Add .gitignore file



On 10/22/2014 08:15 AM, Prarit Bhargava wrote:
>
>
> On 10/10/2014 07:47 PM, Shuah Khan wrote:
>> On Fri, Oct 10, 2014 at 4:55 PM, Prarit Bhargava <[email protected]> wrote:
>>> When doing git-status there are two untracked files:
>>>
>>> \# Untracked files:
>>> \# (use "git add <file>..." to include in what will be committed)
>>> \#
>>> \# arch/x86/purgatory/kexec-purgatory.c
>>> \# arch/x86/purgatory/purgatory.ro
>>>
>>> Add a .gitignore to block these files.
>>
>> I sent patch for this couple of weeks ago. It is pulled in looks like,
>> I got tipbot
>> for that patch.
>>
>> http://marc.info/?l=linux-kernel&m=141201613309178
>
> Shuah, I don't see it in tip or linux.

Never mind ... I really need to make sure I do a git pull ;)

4ea48a01bb1a99f4185b77cd90cf962730336cc4

Thanks again Shuah,

P.

>
> P.
>
>>
>> -- Shuah
>>