diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-19 13:04:57 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-19 13:04:57 +0200 |
commit | 21699e5840b71433eb242d9c60f1635908717f5e (patch) | |
tree | a9bb0ea9f8c6a6f30baae97e3dc29827e22e07ad /tests/simple_abc9 | |
parent | 3edb0abed88565447d5193f78261400655aa843a (diff) | |
download | yosys-21699e5840b71433eb242d9c60f1635908717f5e.tar.gz yosys-21699e5840b71433eb242d9c60f1635908717f5e.tar.bz2 yosys-21699e5840b71433eb242d9c60f1635908717f5e.zip |
Add *.sv to tests/simple_abc9/.gitignore
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'tests/simple_abc9')
-rw-r--r-- | tests/simple_abc9/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simple_abc9/.gitignore b/tests/simple_abc9/.gitignore index 598951333..2355aea29 100644 --- a/tests/simple_abc9/.gitignore +++ b/tests/simple_abc9/.gitignore @@ -1,3 +1,4 @@ *.v +*.sv *.log *.out |