All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: David Hildenbrand <david@redhat.com>, kvm@vger.kernel.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Radim Krčmář" <rkrcmar@redhat.com>
Subject: [kvm-unit-tests PATCH] lib/s390x: Add gitignore file
Date: Wed,  7 Jun 2017 20:16:27 +0200	[thread overview]
Message-ID: <1496859387-21247-1-git-send-email-thuth@redhat.com> (raw)

asm-offsets.h and asm-offsets.s are generated files, they should
always be ignored by git.

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

diff --git a/lib/s390x/.gitignore b/lib/s390x/.gitignore
new file mode 100644
index 0000000..84872bf
--- /dev/null
+++ b/lib/s390x/.gitignore
@@ -0,0 +1 @@
+asm-offsets.[hs]
-- 
1.8.3.1

             reply	other threads:[~2017-06-07 18:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-07 18:16 Thomas Huth [this message]
2017-06-08  7:45 ` [kvm-unit-tests PATCH] lib/s390x: Add gitignore file David Hildenbrand
2017-06-08 13:40 ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496859387-21247-1-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=david@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.