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 2/2] Add test binaries to .gitignore
Date: Fri, 24 May 2019 08:55:43 +0100	[thread overview]
Message-ID: <20190524075543.30338-3-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 test/.

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

diff --git a/.gitignore b/.gitignore
index 22c0cbd..55309e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,23 @@
 /examples/io_uring-test
 /examples/link-cp
 
+/test/poll
+/test/poll-cancel
+/test/ring-leak
+/test/fsync
+/test/io_uring_setup
+/test/io_uring_register
+/test/io_uring_enter
+/test/nop
+/test/sq-full
+/test/cq-full
+/test/35fa71a030ca-test
+/test/917257daa0fe-test
+/test/b19062a56726-test
+/test/eeed8b54e0df-test
+/test/link
+/test/send_recvmsg
+
 config-host.h
 config-host.mak
 config.log
-- 
2.21.0


      parent 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 ` [PATCH liburing 1/2] Add example " Stefan Hajnoczi
2019-05-24  7:55 ` Stefan Hajnoczi [this message]

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-3-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.