From e68cc1a2a2ef7079fe76c68b651afd5e400e9b19 Mon Sep 17 00:00:00 2001 From: Ricardo Barbedo Date: Wed, 4 Jan 2017 23:20:45 -0200 Subject: [PATCH] Add gitignore file after initializing repo --- scripts/git_wrapper.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git_wrapper.tcl b/scripts/git_wrapper.tcl index c80a08a..c43f488 100644 --- a/scripts/git_wrapper.tcl +++ b/scripts/git_wrapper.tcl @@ -44,6 +44,7 @@ namespace eval ::git_wrapper { # Initialize the repo exec git {*}$args + exec git add .gitignore } proc git_commit {args} {