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