Esempio n. 1
0
 def execute(self, pool):
     location = GitIgnoreFile.Path + os.path.sep + GitIgnoreFile.Name        
     config_file.add_ignore_file(location)
     
     ret_result = OperationResult(self, None, None, None)
     return ret_result        
Esempio n. 2
0
 def execute(self, pool):
     location = GitIgnoreFile.Path + os.path.sep + GitIgnoreFile.Name        
     config_file.add_ignore_file(location)
     
     ret_result = OperationResult(self, None, None, None)
     return ret_result