All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86 generated files in gitignore
@ 2014-09-03  8:42 Matteo Croce
  2014-09-23 12:40 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2014-09-03  8:42 UTC (permalink / raw)
  To: linux-kernel

add bin2c and purgatory in gitignore

Signed-off-by: Matteo Croce <matteo@openwrt.org>

--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,4 +1,5 @@
 boot/compressed/vmlinux
 tools/test_get_len
 tools/insn_sanity
-
+purgatory/kexec-purgatory.c
+purgatory/purgatory.ro
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -10,3 +10,4 @@ recordmcount
 docproc
 sortextable
 asn1_compiler
+bin2c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86 generated files in gitignore
  2014-09-03  8:42 [PATCH] x86 generated files in gitignore Matteo Croce
@ 2014-09-23 12:40 ` Michal Marek
  2014-09-23 12:57   ` Matteo Croce
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Marek @ 2014-09-23 12:40 UTC (permalink / raw)
  To: Matteo Croce; +Cc: linux-kernel

On Wed, Sep 03, 2014 at 10:42:04AM +0200, Matteo Croce wrote:
> @@ -10,3 +10,4 @@ recordmcount
>  docproc
>  sortextable
>  asn1_compiler
> +bin2c

bin2c has been moved to scripts/basic, what you see is probably a
leftover from building an older kernel.

Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86 generated files in gitignore
  2014-09-23 12:40 ` Michal Marek
@ 2014-09-23 12:57   ` Matteo Croce
  2014-09-23 13:16     ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2014-09-23 12:57 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kernel

Didn't know, thanks.

What about arch/x86/purgatory?

Cheers,

2014-09-23 14:40 GMT+02:00 Michal Marek <mmarek@suse.cz>:
> On Wed, Sep 03, 2014 at 10:42:04AM +0200, Matteo Croce wrote:
>> @@ -10,3 +10,4 @@ recordmcount
>>  docproc
>>  sortextable
>>  asn1_compiler
>> +bin2c
>
> bin2c has been moved to scripts/basic, what you see is probably a
> leftover from building an older kernel.
>
> Michal



-- 
Matteo Croce
OpenWrt Developer
  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER
 -----------------------------------------------------
  * 1/2 oz Galliano         Pour all ingredients into
  * 4 oz cold Coffee        an irish coffee mug filled
  * 1 1/2 oz Dark Rum       with crushed ice. Stir.
  * 2 tsp. Creme de Cacao
 -----------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86 generated files in gitignore
  2014-09-23 12:57   ` Matteo Croce
@ 2014-09-23 13:16     ` Michal Marek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Marek @ 2014-09-23 13:16 UTC (permalink / raw)
  To: Matteo Croce; +Cc: linux-kernel

(please do not top-post)

On 2014-09-23 14:57, Matteo Croce wrote:
> Didn't know, thanks.
> 
> What about arch/x86/purgatory?

That part of the patch seems fine, but it should be sent to the x86
maintainers.

Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-23 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  8:42 [PATCH] x86 generated files in gitignore Matteo Croce
2014-09-23 12:40 ` Michal Marek
2014-09-23 12:57   ` Matteo Croce
2014-09-23 13:16     ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.