From 3d503948450d69293a3fdfec096e398fedf714f2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 6 Dec 2012 22:42:02 +0100 Subject: Move debug and library code into the common/ subdirectory Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally. --- .gitignore | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 77f2789..79ed605 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ .project .cproject .settings -m4/*.m4 ABOUT-NLS aclocal.m4 @@ -46,6 +45,17 @@ missing stamp-h1 temp.txt +/*/tests/test-* +!/*/tests/test-*.c +/*/tests/frob-* +!/*/tests/frob-*.c + +/build/m4/*.m4 +/build/coverage +/build/coverage.info + +/common/tests/hash-test + /doc/html /doc/p11-kit-decl-list.txt /doc/p11-kit-decl.txt @@ -71,19 +81,13 @@ temp.txt /po/remove-potcdate.sed /po/Makevars.template -/tests/coverage -/tests/coverage.info -/tests/hash-test -/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 -/tests/test-* -!/tests/test-*.c +/p11-kit/tests/p11-test +/p11-kit/tests/pin-test +/p11-kit/tests/print-messages +/p11-kit/tests/print-progname +/p11-kit/tests/progname-test +/p11-kit/tests/conf-test +/p11-kit/tests/uri-test /tools/p11-kit -- cgit v1.2.1