diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-13 11:59:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-24 15:11:57 -0400 |
commit | 458da8a80d356a0c8015f025828cd1523838ecac (patch) | |
tree | 9045b6848c8584580b717a8539feefa35e65caaa /.gitignore | |
parent | 246599abb4dbfdb2f8ac073fc5b2059f602e8ed7 (diff) | |
download | tor-458da8a80d356a0c8015f025828cd1523838ecac.tar.gz tor-458da8a80d356a0c8015f025828cd1523838ecac.zip |
Move unit-parsing code to src/lib/confmgt
lib/confmgt is at a higher level than lib/conf, since it needs to
call down to logging and similar modules.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0865f981b1..77610b3193 100644 --- a/.gitignore +++ b/.gitignore @@ -162,6 +162,8 @@ uptime-*.json /src/lib/libtor-buf-testing.a /src/lib/libtor-compress.a /src/lib/libtor-compress-testing.a +/src/lib/libtor-confmgt.a +/src/lib/libtor-confmgt-testing.a /src/lib/libtor-container.a /src/lib/libtor-container-testing.a /src/lib/libtor-crypt-ops.a |