.gitignore: add compiler outputs in example dir

This commit is contained in:
Roman Khimov 2021-04-06 22:22:11 +03:00
parent 090d68f8fa
commit 48313d4f79

4
.gitignore vendored
View file

@ -39,3 +39,7 @@ chain/
# Coverage
coverage.txt
coverage.html
# Compiler output
examples/*/*.nef
examples/*/*.json