aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-05-26 09:31:43 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-05-26 09:31:43 +0200
commitece551eaff02d8a5bad702b95b7905de914a82db (patch)
treed2f3bde6901dc843a52704abcfe5f1ab5ef2f9a7 /.gitignore
parenta90eec12c96cd58d2807bd15e7331d987ecaa4bb (diff)
downloadyosys-ece551eaff02d8a5bad702b95b7905de914a82db.tar.gz
yosys-ece551eaff02d8a5bad702b95b7905de914a82db.tar.bz2
yosys-ece551eaff02d8a5bad702b95b7905de914a82db.zip
Add files to ignore for python build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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-*