.gitattributes: Exclude auto-generated files from diff
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
62a3494b6d
commit
9b8e30f170
2 changed files with 3 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
rpcclient/*/client.go -diff -merge
|
||||
rpcclient/*/client.go linguist-generated=true
|
1
Makefile
1
Makefile
|
@ -57,6 +57,7 @@ generate-wrapper.%:
|
|||
@# in case we need to override the type of some variables.
|
||||
@# --config $*/$*.bindings.yml
|
||||
@# Unfortunately, primitive integer types are not yet supported.
|
||||
@# When changing auto-generated path, don't forget to change .gitattributes too.
|
||||
$(NEOGO) contract generate-rpcwrapper --manifest=$*/config.json --out ./rpcclient/$*/client.go
|
||||
|
||||
generate-wrappers: build $(foreach sc,$(all_sc),generate-wrapper.$(sc))
|
||||
|
|
Loading…
Reference in a new issue