From ece551eaff02d8a5bad702b95b7905de914a82db Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 26 May 2019 09:31:43 +0200 Subject: [PATCH] Add files to ignore for python build --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e24f7975a..76f53cd06 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.gch *.gcda *.gcno +__pycache__ /.cproject /.project /.settings @@ -28,6 +29,8 @@ /yosys-smtbmc-script.py /yosys-filterlib /yosys-filterlib.exe +/kernel/*.pyh +/kernel/python_wrappers.cc /kernel/version_*.cc /share /yosys-win32-mxebin-* -- 2.30.2