diff mbox series

[kvm-unit-tests,2/2] git: Ignore patch files in the git tree

Message ID 20211019225351.970397-2-oupton@google.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests,1/2] x86: Consistently use safe_halt() in place of inline assembly | expand

Commit Message

Oliver Upton Oct. 19, 2021, 10:53 p.m. UTC
Signed-off-by: Oliver Upton <oupton@google.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Paolo Bonzini Oct. 20, 2021, 8:03 a.m. UTC | #1
On 20/10/21 00:53, Oliver Upton wrote:
> Signed-off-by: Oliver Upton <oupton@google.com>
> ---
>   .gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index b3cf2cb..3d5be62 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -5,6 +5,7 @@ tags
>   *.o
>   *.flat
>   *.elf
> +*.patch
>   .pc
>   patches
>   .stgit-*
> 

Queued both, thanks.  (Next time, for unrelated patches you can use 
--no-numbered --no-thread in git-send-email).

Paolo
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index b3cf2cb..3d5be62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@  tags
 *.o
 *.flat
 *.elf
+*.patch
 .pc
 patches
 .stgit-*