diff options
author | Eric Anholt <eric@anholt.net> | 2009-11-24 02:35:52 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-11-23 18:05:54 -0800 |
commit | 8a4c8f14d40e88239d5dcd9eabb803b8459a4833 (patch) | |
tree | 55be7e7cb4cb70d61af3c3d45d1c47f7bff56643 /tests/.gitignore | |
parent | ef05536d15f07c27b5b862fffe5839f42a2a6742 (diff) |
Add an interface for choosing a random hash table entry with a predicate.
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index be475a3..89dc805 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,4 +1,6 @@ delete_and_lookup +destroy_callback insert_and_lookup insert_many null_destroy +random_entry |