diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 20:29:04 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 22:03:07 -0700 |
commit | 64c97de5be7f899e1d36e620b3a5959d122909c7 (patch) | |
tree | 643c4e3c8fc8aeccfb7cc8416cd2e0d9d292e5cb /example/.gitignore | |
parent | a668d264d6d123bba3e33b0af39e2cacce88d047 (diff) | |
download | libfuse-64c97de5be7f899e1d36e620b3a5959d122909c7.tar.gz |
Renamed timefsN examples to fuse_notify_*
This should make it more obvious at first glance what the different
examples do.
Diffstat (limited to 'example/.gitignore')
-rw-r--r-- | example/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example/.gitignore b/example/.gitignore index fb1794a..f7cd045 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -8,5 +8,6 @@ /poll_client /cusexmp /passthrough_ll -/timefs1 -/timefs2 +/notify_inval_inode +/notify_store_retrieve +/notify_inval_entry |