All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: gitignore: ignore generated .c files
@ 2017-08-02 15:04 Bartosz Golaszewski
  2017-08-04 13:42   ` James Hogan
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2017-08-02 15:04 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel, linux-mips, Bartosz Golaszewski

Add ashldi3.c and bswapsi.c to the list of ignored files.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 arch/mips/boot/compressed/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 arch/mips/boot/compressed/.gitignore

diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore
new file mode 100644
index 000000000000..ebae133f1d00
--- /dev/null
+++ b/arch/mips/boot/compressed/.gitignore
@@ -0,0 +1,2 @@
+ashldi3.c
+bswapsi.c
-- 
2.13.2

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

* Re: [PATCH] mips: gitignore: ignore generated .c files
@ 2017-08-04 13:42   ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2017-08-04 13:42 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: Ralf Baechle, linux-kernel, linux-mips

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

On Wed, Aug 02, 2017 at 05:04:04PM +0200, Bartosz Golaszewski wrote:
> Add ashldi3.c and bswapsi.c to the list of ignored files.
> 
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

> ---
>  arch/mips/boot/compressed/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 arch/mips/boot/compressed/.gitignore
> 
> diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore
> new file mode 100644
> index 000000000000..ebae133f1d00
> --- /dev/null
> +++ b/arch/mips/boot/compressed/.gitignore
> @@ -0,0 +1,2 @@
> +ashldi3.c
> +bswapsi.c
> -- 
> 2.13.2
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] mips: gitignore: ignore generated .c files
@ 2017-08-04 13:42   ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2017-08-04 13:42 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: Ralf Baechle, linux-kernel, linux-mips

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

On Wed, Aug 02, 2017 at 05:04:04PM +0200, Bartosz Golaszewski wrote:
> Add ashldi3.c and bswapsi.c to the list of ignored files.
> 
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Reviewed-by: James Hogan <james.hogan@imgtec.com>

Cheers
James

> ---
>  arch/mips/boot/compressed/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 arch/mips/boot/compressed/.gitignore
> 
> diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore
> new file mode 100644
> index 000000000000..ebae133f1d00
> --- /dev/null
> +++ b/arch/mips/boot/compressed/.gitignore
> @@ -0,0 +1,2 @@
> +ashldi3.c
> +bswapsi.c
> -- 
> 2.13.2
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-08-04 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 15:04 [PATCH] mips: gitignore: ignore generated .c files Bartosz Golaszewski
2017-08-04 13:42 ` James Hogan
2017-08-04 13:42   ` James Hogan

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.