diff options
author | Tom Gundersen <teg@jklm.no> | 2015-12-08 17:31:09 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-12-08 17:31:09 +0100 |
commit | 319c29920c2324a07958a38c8db34efd1fc85c00 (patch) | |
tree | 2ea35793e41364612ae433ea8076d62873d2adb9 /.gitignore | |
parent | Merge pull request #2122 from zonque/resolved-mdns-1 (diff) | |
parent | basic: add RB-Tree implementation (diff) | |
download | systemd-319c29920c2324a07958a38c8db34efd1fc85c00.tar.xz systemd-319c29920c2324a07958a38c8db34efd1fc85c00.zip |
Merge pull request #2115 from dvdhrm/rbtree
basic: add RB-Tree implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e2e974ffa..4d9cbbe4a0 100644 --- a/.gitignore +++ b/.gitignore @@ -246,6 +246,7 @@ /test-pty /test-qcow2 /test-ratelimit +/test-rbtree /test-replace-var /test-resolve /test-ring |