diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-05-26 10:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-26 10:40:40 +0200 |
commit | ba9272161370b43f4edb31c60a697a2a7de734c2 (patch) | |
tree | d2f3bde6901dc843a52704abcfe5f1ab5ef2f9a7 | |
parent | a90eec12c96cd58d2807bd15e7331d987ecaa4bb (diff) | |
parent | ece551eaff02d8a5bad702b95b7905de914a82db (diff) | |
download | yosys-ba9272161370b43f4edb31c60a697a2a7de734c2.tar.gz yosys-ba9272161370b43f4edb31c60a697a2a7de734c2.tar.bz2 yosys-ba9272161370b43f4edb31c60a697a2a7de734c2.zip |
Merge pull request #1042 from mmicko/git_ignore_python
Add files to ignore for python build
-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-* |