aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-15 09:01:41 -0500
committerNick Mathewson <nickm@torproject.org>2019-03-25 16:35:33 -0400
commit271a67182211a954dba1082739f8fe7daf421f6c (patch)
treef985f475b3ce6e0bd4a8b69535a00b6e43c663fb /.gitignore
parent9e60482b8073f2d43187c36c9159fd4367d7140a (diff)
downloadtor-271a67182211a954dba1082739f8fe7daf421f6c.tar.gz
tor-271a67182211a954dba1082739f8fe7daf421f6c.zip
pubsub: relationship checking functionality
This code tries to prevent a large number of possible errors by enforcing different restrictions on the messages that different modules publish and subscribe to. Some of these rules are probably too strict, and some too lax: we should feel free to change them as needed as we move forward and learn more.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f4f6dacbb0..47b23c6470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -202,6 +202,8 @@ uptime-*.json
/src/lib/libtor-osinfo-testing.a
/src/lib/libtor-process.a
/src/lib/libtor-process-testing.a
+/src/lib/libtor-pubsub.a
+/src/lib/libtor-pubsub-testing.a
/src/lib/libtor-sandbox.a
/src/lib/libtor-sandbox-testing.a
/src/lib/libtor-string.a