aboutsummaryrefslogtreecommitdiff
path: root/example/.gitignore
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-09 21:05:54 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-09 22:03:07 -0700
commit35ce627e35d1e293b25cfa8bdec2fb82c7da4630 (patch)
tree74fbfd1e580bf741d49c243fb405b05ab8a115b1 /example/.gitignore
parentcf4159156ba08694feb2d75773ec49e25e8ba4fb (diff)
Renamed cuses example and added test program
An earlier version of the fioclient.c example was intended to be used together with cusexmp.c. The former has since evolved into ioctl_client.c and no longer has the function necessary to test CUSE. Therefore, we've added a new cuse_client.c that is clearly associated with the cuse.c example file system.
Diffstat (limited to 'example/.gitignore')
-rw-r--r--example/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/.gitignore b/example/.gitignore
index f7cd045..6dd5004 100644
--- a/example/.gitignore
+++ b/example/.gitignore
@@ -6,7 +6,8 @@
/ioctl_client
/poll
/poll_client
-/cusexmp
+/cuse
+/cuse_client
/passthrough_ll
/notify_inval_inode
/notify_store_retrieve