diff options
author | James Rouzier <rouzier@gmail.com> | 2019-09-21 17:31:45 -0400 |
---|---|---|
committer | James Rouzier <rouzier@gmail.com> | 2019-09-21 17:31:45 -0400 |
commit | c46f21359d9ca3659b739fdeae603c51280bc076 (patch) | |
tree | fdf7f9cd04a439c484b5083d39fefaa4c5033a38 /.gitignore | |
parent | e88b74ae6d9a63e3e3b6661777b37a68f24e96e8 (diff) | |
download | liburing-c46f21359d9ca3659b739fdeae603c51280bc076.tar.gz liburing-c46f21359d9ca3659b739fdeae603c51280bc076.tar.bz2 |
Add artifacts to .gitignore
Signed-off-by: James Rouzier <rouzier@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -9,6 +9,32 @@ /src/liburing.a /src/liburing.so* +/examples/io_uring-cp +/examples/io_uring-test +/examples/link-cp +/examples/ucontext-cp + +/test/35fa71a030ca-test +/test/500f9fbadef8-test +/test/917257daa0fe-test +/test/a4c0b3decb33-test +/test/b19062a56726-test +/test/cq-full +/test/eeed8b54e0df-test +/test/fsync +/test/io_uring_enter +/test/io_uring_register +/test/io_uring_setup +/test/link +/test/nop +/test/poll +/test/poll-cancel +/test/ring-leak +/test/send_recvmsg +/test/sq-full +/test/sq-space_left +/test/timeout + config-host.h config-host.mak config.log |