From 51efc682a3714e87bfa20dd0d6160e6d5c1ca699 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 22 Apr 2018 16:53:19 +0200 Subject: [PATCH] ignore libs/ --- .gitignore | 1 + mos.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 350abb0..47c1051 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ deps/ +libs/ diff --git a/mos.yml b/mos.yml index a0cdf21..c238aef 100644 --- a/mos.yml +++ b/mos.yml @@ -47,8 +47,7 @@ config_schema: # - origin: https://github.com/mongoose-os-libs/mcp9808-i2c # - origin: https://github.com/mongoose-os-libs/ccs811-i2c libs: - - origin: https://github.com/mongoose-os-libs/prometheus-metrics - version: latest + - origin: /home/pim/src/prometheus-metrics # Used by the mos tool to catch mos binaries incompatible with this file format manifest_version: 2017-05-18