mbox series

[liburing,0/2] Add examples/ and test/ binaries to .gitignore

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

Message

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