From 7e60117d41c6ea4efd9a69494c98701fa231a49b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 Jul 2020 15:27:45 +0300 Subject: Release version 1.1.0+6 Add .gitattributes file Add glue buildfile Update build/.gitignore files Rename int_libs and imp_libs variables to intf_libs and impl_libs in buildfile Add note about data-exporting DLLs to export.hxx Add LIBHELLO_VERSION_FULL macro definition to version.hxx.in --- libhello/tests/build/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libhello/tests/build/.gitignore') diff --git a/libhello/tests/build/.gitignore b/libhello/tests/build/.gitignore index 4a730a3..974e01d 100644 --- a/libhello/tests/build/.gitignore +++ b/libhello/tests/build/.gitignore @@ -1,3 +1,4 @@ -config.build -root/ -bootstrap/ +/config.build +/root/ +/bootstrap/ +build/ -- cgit v1.1