diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-10-18 15:17:33 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-10-18 15:17:33 +0200 |
commit | 85572b05e5359f28c1625b873dc14428f796a454 (patch) | |
tree | 95529c8015eebbc3ca5de66b923b534dcd063071 /.gitignore | |
parent | b5da3a60e101a26dbcbd6a8565343c281ba464f8 (diff) | |
download | yosys-85572b05e5359f28c1625b873dc14428f796a454.tar.gz yosys-85572b05e5359f28c1625b873dc14428f796a454.tar.bz2 yosys-85572b05e5359f28c1625b873dc14428f796a454.zip |
Create vcxsrc in mxe build "make dist"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 557240f0f..5d470732f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ /yosys-filterlib.html /kernel/version_*.cc /share +/yosys-win32-mxebin-* +/yosys-win32-vcxsrc-* |