From 8148c427b046630c088df07ce38a32a42bbdedc2 Mon Sep 17 00:00:00 2001 From: protolambda Date: Thu, 6 May 2021 18:32:17 +0200 Subject: [PATCH] ignore tmp files from TOC tool --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5249d6560..788410645 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ tests/core/pyspec/test-reports tests/core/pyspec/eth2spec/test_results.xml *.egg-info + +# TOC tool outputs temporary files +*.tmp