From 6e7aefbe4f22c732deffacbc549c4f3f53e0b46f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 18 Mar 2021 15:18:40 +0000 Subject: [PATCH] .gitignore: Ignore the build directory Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3a4edf6..b646cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .project +build -- GitLab