summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-12-07 18:34:05 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2015-12-07 18:34:05 +0100
commita0e4cae82065edae47885614d73c534171aa8f7b (patch)
treee8d988cf71cf7cc9c3e2ab7ac72ab37c585f3ae8 /.gitignore
parent1941d19a5407ff9fecb6a6b02dfc8b3ca6de9bd8 (diff)
basic: add RB-Tree implementation
This adds an self-standing RB-Tree implementation to src/basic/. This will be needed for NSEC RR lookups, since we need "close lookups", which hashmaps (not even ordered-hashmaps) can give us in reasonable time.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e495f23e3a..5acf5f819a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -246,6 +246,7 @@
/test-pty
/test-qcow2
/test-ratelimit
+/test-rbtree
/test-replace-var
/test-resolve
/test-ring