diff --git a/scripts/git_wrapper.tcl b/scripts/git_wrapper.tcl index f74fa3d..b3ee5e0 100644 --- a/scripts/git_wrapper.tcl +++ b/scripts/git_wrapper.tcl @@ -41,6 +41,9 @@ namespace eval ::git_wrapper { # Generate gitignore file set file [open ".gitignore" "w"] puts $file "vivado_project/*" + puts $file ".Xil/*" + puts $file "*.str" + puts $file "*.log" close $file # Initialize the repo