.gitignore: add compiler outputs in example dir
This commit is contained in:
parent
090d68f8fa
commit
48313d4f79
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -39,3 +39,7 @@ chain/
|
|||
# Coverage
|
||||
coverage.txt
|
||||
coverage.html
|
||||
|
||||
# Compiler output
|
||||
examples/*/*.nef
|
||||
examples/*/*.json
|
||||
|
|
Loading…
Reference in a new issue