From 924f94986c87326f60443c4fa20dbaf65fa3fa50 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 17 Apr 2026 14:50:23 +0300 Subject: [PATCH] chore: exclude bitstreams from git --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1fd03b9..a89a8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,8 @@ update_config.tcl create_project.tcl gen_ip.tcl defines.v -run_sim.tcl \ No newline at end of file +run_sim.tcl +*.bit +*.xsa +*.ltx +*.bin \ No newline at end of file