summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-08-21 22:33:56 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-08-21 22:33:56 -0500
commitcad06d86cd309074fffb5cce9d1f3b79b40f3891 (patch)
tree22f56aeb2cc91cffbe42a64efb305d516a2e428d /.gitignore
parentc27ad0c92e710e14b7d6d50839936ceda51dd017 (diff)
basic alu coded and tested
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1642c9d..ec81623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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