kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] Add s390x/*.bin to the .gitignore file
@ 2019-04-10 10:16 Thomas Huth
  2019-04-10 10:22 ` David Hildenbrand
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2019-04-10 10:16 UTC (permalink / raw)
  To: kvm, David Hildenbrand; +Cc: Janosch Frank

Since commit 1a4cd2f22a48b8de53ef9e46afb8 ("s390x: Add binary generation
to makefile") we are also generating *.bin files from the *.elf files
in the s390x directory. Add them to the .gitignore file so that they
do not show up in the output of "git status" anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 483f7c7..784cb2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ cscope.*
 /api/api-sample
 /api/dirty-log
 /api/dirty-log-perf
+/s390x/*.bin
-- 
2.21.0


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

* Re: [kvm-unit-tests PATCH] Add s390x/*.bin to the .gitignore file
  2019-04-10 10:16 [kvm-unit-tests PATCH] Add s390x/*.bin to the .gitignore file Thomas Huth
@ 2019-04-10 10:22 ` David Hildenbrand
  0 siblings, 0 replies; 2+ messages in thread
From: David Hildenbrand @ 2019-04-10 10:22 UTC (permalink / raw)
  To: Thomas Huth, kvm; +Cc: Janosch Frank

On 10.04.19 12:16, Thomas Huth wrote:
> Since commit 1a4cd2f22a48b8de53ef9e46afb8 ("s390x: Add binary generation
> to makefile") we are also generating *.bin files from the *.elf files
> in the s390x directory. Add them to the .gitignore file so that they
> do not show up in the output of "git status" anymore.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 483f7c7..784cb2d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -21,3 +21,4 @@ cscope.*
>  /api/api-sample
>  /api/dirty-log
>  /api/dirty-log-perf
> +/s390x/*.bin
> 

Acked-by: David Hildenbrand <david@redhat.com>

-- 

Thanks,

David / dhildenb

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

end of thread, other threads:[~2019-04-10 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 10:16 [kvm-unit-tests PATCH] Add s390x/*.bin to the .gitignore file Thomas Huth
2019-04-10 10:22 ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).