Browse Source

feat: add some files to gitignore

master
Dennis Buchhorn 2 years ago
parent
commit
824d103ea2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      scripts/git_wrapper.tcl

+ 3
- 0
scripts/git_wrapper.tcl View File

@ -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


Loading…
Cancel
Save