From 66ab9460c9c6938efec7b841d741c69516906293 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Fri, 4 Jun 2021 08:26:39 +0800 Subject: [PATCH] add gitignore for hc-gen build dir Signed-off-by: yuanbo --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 755f09aa6..d1606884f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.a *.d *.cmd +tools/hc-gen/build -- Gitee