diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-05-26 09:31:43 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-05-26 09:31:43 +0200 |
commit | ece551eaff02d8a5bad702b95b7905de914a82db (patch) | |
tree | d2f3bde6901dc843a52704abcfe5f1ab5ef2f9a7 /.gitignore | |
parent | a90eec12c96cd58d2807bd15e7331d987ecaa4bb (diff) | |
download | yosys-ece551eaff02d8a5bad702b95b7905de914a82db.tar.gz yosys-ece551eaff02d8a5bad702b95b7905de914a82db.tar.bz2 yosys-ece551eaff02d8a5bad702b95b7905de914a82db.zip |
Add files to ignore for python build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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-* |