From 7c2bb4ef7bdb47a8fabfe579e2262105a7d33765 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Oct 2021 22:48:01 +0300 Subject: Release version 1.0.0+7 Mark headers as importable in buildfiles Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0- --- hello/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hello/.gitignore') diff --git a/hello/.gitignore b/hello/.gitignore index cece09c..6435b97 100644 --- a/hello/.gitignore +++ b/hello/.gitignore @@ -3,9 +3,14 @@ *.d *.t *.i +*.i.* *.ii +*.ii.* *.o *.obj +*.gcm +*.pcm +*.ifc *.so *.dll *.a -- cgit v1.1