ignore standard ignores

This commit is contained in:
rob boll 2017-04-19 15:30:31 -04:00
parent 0f447d2cb2
commit 441f00c670
1 changed files with 1 additions and 1 deletions

View File

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