summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 21 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index a8cdd35..44f7c41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,25 @@
-.venv/
+# Build artifacts
build/
+.Xil/
-__pycache__
+# Python
+__pycache__/
+*.py[cod]
+*$py.class
+.venv/
+# Vivado
+*.jou
*.log
-*.jou \ No newline at end of file
+*.str
+vivado*.backup.*
+*.cache/
+*.hw/
+*.ip_user_files/
+*.runs/
+*.sim/
+*.srcs/
+
+# Temporary files
+*.tmp
+*.temp \ No newline at end of file