Browse Source

Add gitignore file after initializing repo

pull/5/head
Ricardo Barbedo 7 years ago
parent
commit
e68cc1a2a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      scripts/git_wrapper.tcl

+ 1
- 0
scripts/git_wrapper.tcl View File

@ -44,6 +44,7 @@ namespace eval ::git_wrapper {
# Initialize the repo
exec git {*}$args
exec git add .gitignore
}
proc git_commit {args} {


Loading…
Cancel
Save