diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-09-25 22:34:22 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-09-25 22:34:22 +0200 |
commit | 5a38356cc4133c581f2935b38e12abb2a2037419 (patch) | |
tree | d45f9c91205fb05e04d06003a04fb812da450625 /.gitignore | |
parent | 1c245845eda46512ed3eb5f7e502c3b7f535ac89 (diff) | |
download | hiredict-5a38356cc4133c581f2935b38e12abb2a2037419.tar.xz |
Add example for non-blocking usage of hiredis with libevent
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ /hiredis-test /hiredis-example +/libevent-example /*.o /*.so /*.dylib |