diff options
author | Aaron Bedra <aaron@aaronbedra.com> | 2013-04-19 15:39:26 -0500 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2013-07-10 22:16:53 -0700 |
commit | c552ca6904f55c5eee40e309e31cf2d4325a84b6 (patch) | |
tree | 3a08471079c9976c63603e802b4c436fc7c1924c /.gitignore | |
parent | 49de2cf99056bb5c33502ab86d9c397998d379ed (diff) |
Move examples into their own folder
Closes #166.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /hiredis-test -/hiredis-example* +/examples/hiredis-example* /*.o /*.so /*.dylib |