From 21710d336f7884a9964d4ab9929a996712e64aeb Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 10 Feb 2020 08:12:24 -0800 Subject: [PATCH] Ignore docs/env. Signed-off-by: Tim 'mithro' Ansell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0715285e..e70eb895 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL = bash -ALL_EXCLUDE = third_party .git env build +ALL_EXCLUDE = third_party .git env build docs/env # Check if root ifeq ($(shell id -u),0)