commit a0422864f75a17cf2f80b5ff003164aa4c93da93
Author: spesk1 <spesk@pm.me>
Date: Wed May 22 21:46:07 2019 -0400
Removed .gitignore creation/append
diff --git a/sg b/sg
index 8d1b615..e9d0010 100755
--- a/sg
+++ b/sg
@@ -51,9 +51,8 @@ my $log_conf = q(
Log::Log4perl::init(\$log_conf);
my $logger = get_logger();
my $gitCmd = findBin("git",$logger);
-# Create or append to .gitignore so that we don't push the log
-# Maybe this should be an opt?
-updateGitIgnore(".","/.sg",$logger);
+# Removed .sg from repo dir to home, don't need this sub right now
+# updateGitIgnore(".","/.sg",$logger);
my %args;
GetOptions(