From 1c3e203385f952707b12676931a71cd42e592d57 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Thu, 15 Aug 2019 08:46:37 -0700 Subject: [PATCH] Ignore hammer log files (#200) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b59a80fc..fe0f53ff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target *.stamp *.vcd *.swp +*.log *# *~ .idea @@ -12,4 +13,4 @@ target env.sh riscv-tools-install tags -*~ \ No newline at end of file +*~