Browse Source

Removed .gitignore creation/append

spesk1 5 years ago
parent
commit
a0422864f7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      sg

+ 2 - 3
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(