diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-08 19:29:39 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-08 21:27:04 -0700 |
commit | 3114ff2b9b72640bdbbaacd97f1a712915d82209 (patch) | |
tree | af18d4b4dfa7f2409ae5b992815867a9f162d4b1 /example/.gitignore | |
parent | ba0462e4012205d639dfdc9e13fb66c2afef6f3b (diff) | |
download | libfuse-3114ff2b9b72640bdbbaacd97f1a712915d82209.tar.gz |
Added timefs[12] examples.
These examplesdemonstrate the use of the `fuse_lowlevel_notify_store`
and `fuse_lowlevel_notify_inval_inode` functions.
Diffstat (limited to 'example/.gitignore')
-rw-r--r-- | example/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/.gitignore b/example/.gitignore index cac90c7..fb2633e 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -9,3 +9,5 @@ /fselclient /cusexmp /fuse_lo-plus +/timefs1 +/timefs2 |