diff options
author | jjsuperpower <jjs29356@gmail.com> | 2023-01-22 23:26:52 -0600 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2023-01-22 23:26:52 -0600 |
commit | 0a9a7393aaef36ee35e75cbcf0fcd77d29a046e1 (patch) | |
tree | a0bb64b2d484049fdb69a26c919bdadcc9f26896 /.gitignore | |
parent | fcabfb8f6d900a3c27f811cf345821ebe75fe70c (diff) |
added rtlil export
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,4 +9,5 @@ __pycache__/ *.pytest_cache *.pyc *.log -*.out
\ No newline at end of file +*.out +*.rtlil
\ No newline at end of file |