From 1ae23085d4f23316e1d7eeb69f71ae92749aaa7a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 29 Jan 2015 12:49:46 +0200 Subject: [PATCH] Allow to ignore some libs from "Library Dependency Finder" --- HISTORY.rst | 2 ++ docs/projectconf.rst | 13 +++++++++++++ platformio/builder/main.py | 5 ++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 52dcf346..079af8c7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,8 @@ Release History command which allows to return the output in `JSON `_ format (`issue #42 `_) * Fixed an issue with the libraries that are git repositories (`issue #49 `_) +* Allowed to ignore some libs from "Library Dependency Finder" via + `ignore_libs