From 48313d4f791721877cb7616d89b279bd54129360 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 6 Apr 2021 22:22:11 +0300 Subject: [PATCH] .gitignore: add compiler outputs in example dir --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6fe160927..89e285f84 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,7 @@ chain/ # Coverage coverage.txt coverage.html + +# Compiler output +examples/*/*.nef +examples/*/*.json