diff mbox series

[liburing,1/2] Add example binaries to .gitignore

Message ID 20190524075543.30338-2-stefanha@redhat.com (mailing list archive)
State New, archived
Headers show
Series Add examples/ and test/ binaries to .gitignore | expand

Commit Message

Stefan Hajnoczi May 24, 2019, 7:55 a.m. UTC
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 mbox series

Patch

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