C# 클래스 GitSharp.IgnoreRules

파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
IgnoreDir ( string workingDirectory, string fullDirectory ) : bool
IgnoreFile ( string workingDirectory, string filePath ) : bool
IgnoreRules ( string ignorePath ) : System

비공개 메소드들

메소드 설명
BuildRules ( List rules, string lines ) : void

메소드 상세

IgnoreDir() 공개 메소드

public IgnoreDir ( string workingDirectory, string fullDirectory ) : bool
workingDirectory string
fullDirectory string
리턴 bool

IgnoreFile() 공개 메소드

public IgnoreFile ( string workingDirectory, string filePath ) : bool
workingDirectory string
filePath string
리턴 bool

IgnoreRules() 공개 메소드

public IgnoreRules ( string ignorePath ) : System
ignorePath string
리턴 System