From b0396809c19f436e051430d5e81d59a725611195 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2020 09:13:21 +0200 Subject: Convert to build2-based build Also add symbol exporting, missing const in a few places in the API, as well as a basic test. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ae09b2..dd04439 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -# Compiler/linker output. +.bdep/ + +# Local default options files. # -*.o +.build2/local/ -- cgit v1.1