diff mbox series

[kvm-unit-tests] Add s390x/*.bin to the .gitignore file

Message ID 20190410101653.1473-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] Add s390x/*.bin to the .gitignore file | expand

Commit Message

Thomas Huth April 10, 2019, 10:16 a.m. UTC
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(+)

Comments

David Hildenbrand April 10, 2019, 10:22 a.m. UTC | #1
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>
diff mbox series

Patch

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