NOISSUE - Update .gitignore (#136)

Signed-off-by: dborovcanin <dusan.borovcanin@abstractmachines.fr>
This commit is contained in:
Dušan Borovčanin
2023-12-08 15:17:21 +01:00
committed by GitHub
parent c3882675f9
commit 1fa9fb8d72
3 changed files with 7 additions and 4 deletions
@@ -44,7 +44,9 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
needs: lint-and-build
continue-on-error: true
continue-on-error: false
strategy:
fail-fast: true
steps:
- name: Checkout
+4 -3
View File
@@ -1,9 +1,7 @@
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
# Set your private global .gitignore:
# https://digitalfortress.tech/tricks/creating-a-global-gitignore/
# build dirs
build
# tools
@@ -11,3 +9,6 @@ tools/e2e/e2e
tools/mqtt-bench/mqtt-bench
tools/provision/provision
tools/provision/mgconn.toml
# coverage files
coverage