From 441f00c6702d1c47dd72005a5226e5787112e150 Mon Sep 17 00:00:00 2001 From: rob boll Date: Wed, 19 Apr 2017 15:30:31 -0400 Subject: [PATCH] ignore standard ignores --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b1d43cf..5da32cc1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ cross: .PHONY: cross pristine: generate fmt - git ls-files --modified --deleted --others | diff /dev/null - + git ls-files --exclude-standard --modified --deleted --others | diff /dev/null - .PHONY: pristine release: pristine cross