diff options
author | jjsuperpower <jjs29356@gmail.com> | 2022-08-07 10:37:24 -0500 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2022-08-07 10:37:24 -0500 |
commit | 965821b9bcf018173e0a60f49382568724a5b589 (patch) | |
tree | c45af4815e8016ac6d75d4defd2971bad9c1c069 /.gitignore | |
parent | b80ae3d4aa133ee170b06719d970f6c66767a709 (diff) |
basic shift register working
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,9 @@ *.pdf -.vscode/ -env/ +.venv __pycache__/ +*quartus +*.v +*.vcd +*.cc +*.bak +*.pytest_cache
\ No newline at end of file |