All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH liburing 0/2] Add examples/ and test/ binaries to .gitignore
@ 2019-05-24  7:55 Stefan Hajnoczi
  2019-05-24  7:55 ` [PATCH liburing 1/2] Add example " Stefan Hajnoczi
  2019-05-24  7:55 ` [PATCH liburing 2/2] Add test " Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-05-24  7:55 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, Aarushi Mehta, Julia Suvorova, Stefan Hajnoczi

The git-status(1) output is noisy since it includes the examples/ and test/
binaries.  They should not be committed so add them to .gitignore.

I noticed this when trying Aarushi's io_uring code for QEMU at
https://github.com/rooshm/qemu/tree/io_uring.

Stefan Hajnoczi (2):
  Add example binaries to .gitignore
  Add test binaries to .gitignore

 .gitignore | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH liburing 1/2] Add example binaries to .gitignore
  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
  2019-05-24  7:55 ` [PATCH liburing 2/2] Add test " Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-05-24  7:55 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, Aarushi Mehta, Julia Suvorova, Stefan Hajnoczi

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH liburing 2/2] Add test binaries to .gitignore
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-05-24  7:55 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, Aarushi Mehta, Julia Suvorova, Stefan Hajnoczi

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-24  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH liburing 2/2] Add test " Stefan Hajnoczi

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.