From 1007f5423571bee79ad3356bdd82e2f2159660ae Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 9 Oct 2014 10:52:45 +0200 Subject: [PATCH] added .exe and .html output files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 803e13026..90550863e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,12 @@ /Makefile.conf /abc /yosys +/yosys.exe +/yosys.html /yosys-abc /yosys-config /yosys-filterlib +/yosys-filterlib.exe +/yosys-filterlib.html /kernel/version_*.cc /share -- 2.30.2