Ignore docs/env.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-02-10 08:12:24 -08:00
parent 3c91c98e03
commit 21710d336f
1 changed files with 1 additions and 1 deletions

View File

@ -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)