All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: linux-block@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>,
	Aarushi Mehta <mehta.aaru20@gmail.com>,
	Julia Suvorova <jusual@mail.ru>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH liburing 1/2] Add example binaries to .gitignore
Date: Fri, 24 May 2019 08:55:42 +0100	[thread overview]
Message-ID: <20190524075543.30338-2-stefanha@redhat.com> (raw)
In-Reply-To: <20190524075543.30338-1-stefanha@redhat.com>

The same idea as for liburing.a and friends.  Ignore the executables
built in examples/.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index e292825..22c0cbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,10 @@
 /src/liburing.a
 /src/liburing.so*
 
+/examples/io_uring-cp
+/examples/io_uring-test
+/examples/link-cp
+
 config-host.h
 config-host.mak
 config.log
-- 
2.21.0


  reply	other threads:[~2019-05-24  7:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-24  7:55 [PATCH liburing 0/2] Add examples/ and test/ binaries to .gitignore Stefan Hajnoczi
2019-05-24  7:55 ` Stefan Hajnoczi [this message]
2019-05-24  7:55 ` [PATCH liburing 2/2] Add test " Stefan Hajnoczi

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=20190524075543.30338-2-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=axboe@kernel.dk \
    --cc=jusual@mail.ru \
    --cc=linux-block@vger.kernel.org \
    --cc=mehta.aaru20@gmail.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.