From 977d07a3ae47ef204665d1eda2d642e5064724f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 12:01:19 +0200 Subject: Split build system into library and driver --- build2/.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/.gitignore') diff --git a/build2/.gitignore b/build2/.gitignore index 51b4c16..83bbed4 100644 --- a/build2/.gitignore +++ b/build2/.gitignore @@ -1,11 +1,11 @@ b b-boot -*.test + #*-options #*-options.?xx -config.hxx -version.hxx -# Testscript output directory (can be symlink). +# Unit test executables and Testscript output directories +# (can be symlinks). # +*.test test-*.test -- cgit v1.1