diff options
author | jjsuperpower <jjs29356@gmail.com> | 2022-08-21 22:33:56 -0500 |
---|---|---|
committer | jjsuperpower <jjs29356@gmail.com> | 2022-08-21 22:33:56 -0500 |
commit | cad06d86cd309074fffb5cce9d1f3b79b40f3891 (patch) | |
tree | 22f56aeb2cc91cffbe42a64efb305d516a2e428d /.gitignore | |
parent | c27ad0c92e710e14b7d6d50839936ceda51dd017 (diff) |
basic alu coded and tested
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ __pycache__/ *.vcd *.cc *.bak -*.pytest_cache
\ No newline at end of file +*.pytest_cache +*.pyc +*.log
\ No newline at end of file |