aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-26 12:13:23 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-26 12:13:23 -0400
commitb1de1e7a77275ad3e8a65d984ff1e9779920e933 (patch)
tree1820cbdd2b983630cb0002bfc140a63f89af79c5 /.gitignore
parent860b9a991879c5be2b32cf98766adf5fdd349d41 (diff)
downloadtor-b1de1e7a77275ad3e8a65d984ff1e9779920e933.tar.gz
tor-b1de1e7a77275ad3e8a65d984ff1e9779920e933.zip
Extract core part of smartlist code into its own library.
The smartlist_core library now contains only the parts of smartlists that are needed for the logging library. This resolves the circularity between "container" and "log". The "containers" library still uses the logging code, and has the higher-level smartlist functions.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 025d7202d1..34f8454423 100644
--- a/.gitignore
+++ b/.gitignore
@@ -185,6 +185,8 @@ uptime-*.json
/src/lib/libtor-malloc-testing.a
/src/lib/libtor-string.a
/src/lib/libtor-string-testing.a
+/src/lib/libtor-smartlist-core.a
+/src/lib/libtor-smartlist-core-testing.a
/src/lib/libtor-tls.a
/src/lib/libtor-tls-testing.a
/src/lib/libtor-trace.a