summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-08-07 10:37:24 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-08-07 10:37:24 -0500
commit965821b9bcf018173e0a60f49382568724a5b589 (patch)
treec45af4815e8016ac6d75d4defd2971bad9c1c069 /.gitignore
parentb80ae3d4aa133ee170b06719d970f6c66767a709 (diff)
basic shift register working
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c1e087a..1642c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
*.pdf
-.vscode/
-env/
+.venv
__pycache__/
+*quartus
+*.v
+*.vcd
+*.cc
+*.bak
+*.pytest_cache \ No newline at end of file