From d6e48869a41b61bb2f4eb0a787c08225630feb9e Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 27 Feb 2015 18:25:25 +0000 Subject: io: add QIOChannelFile class Add a QIOChannel subclass that is capable of operating on things that are files, such as plain files, pipes, character/block devices, but notably not sockets. Signed-off-by: Daniel P. Berrange --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/.gitignore') diff --git a/tests/.gitignore b/tests/.gitignore index 6164cfa..6160003 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -24,6 +24,8 @@ test-cutils test-hbitmap test-int128 test-iov +test-io-channel-file +test-io-channel-file.txt test-io-channel-socket test-io-task test-mul64 -- cgit v1.1