From 73f8a12811a2839a2851e16f59d08cba4886e3d6 Mon Sep 17 00:00:00 2001 From: Le Van Quach <levan.quach@kalpa.it> Date: Mon, 7 Nov 2022 14:23:22 +0100 Subject: [PATCH] gitignore: ignore build folder Signed-off-by: Le Van Quach <levan.quach@kalpa.it> --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b171a4a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +org.oniroproject.integration-tests/build -- GitLab