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