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 |
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
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(+)