Add files to ignore for python build

This commit is contained in:
Miodrag Milanovic 2019-05-26 09:31:43 +02:00
parent a90eec12c9
commit ece551eaff
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.gch *.gch
*.gcda *.gcda
*.gcno *.gcno
__pycache__
/.cproject /.cproject
/.project /.project
/.settings /.settings
@ -28,6 +29,8 @@
/yosys-smtbmc-script.py /yosys-smtbmc-script.py
/yosys-filterlib /yosys-filterlib
/yosys-filterlib.exe /yosys-filterlib.exe
/kernel/*.pyh
/kernel/python_wrappers.cc
/kernel/version_*.cc /kernel/version_*.cc
/share /share
/yosys-win32-mxebin-* /yosys-win32-mxebin-*