From a899d9be0cab72dcfe00f100527c52ea598fed70 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 1 Apr 2012 21:53:04 +0200 Subject: Add enable-in and disable-in options to module config * These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8486423..77f2789 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,8 @@ temp.txt /tests/p11-test /tests/pin-test /tests/print-messages +/tests/print-progname +/tests/progname-test /tests/ptr-array-test /tests/conf-test /tests/uri-test -- cgit v1.2.1