accept go.mod and go.sum to be updated in pristine

I have currently no way to avoid this from happening in the first place
This commit is contained in:
Yusuke KUOKA 2019-05-04 22:25:31 +09:00
parent fb7e0a360c
commit d2353b5b70
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ clean:
pristine: generate fmt
git diff | cat
git ls-files --exclude-standard --modified --deleted --others -x vendor | diff /dev/null -
git ls-files --exclude-standard --modified --deleted --others -x vendor | grep -v '^go.' | diff /dev/null -
.PHONY: pristine
release: pristine cross