1 write to Ignore
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitIgnore.Matcher.cs (1)
32
Ignore
= ignore;
13 references to Ignore
Microsoft.Build.Tasks.Git (13)
GitDataReader\GitIgnore.Matcher.cs (13)
34
_directoryIgnoreStateCache = new Dictionary<string, bool>(
Ignore
.PathComparer);
52
if (directory.Equals(
Ignore
.WorkingDirectory,
Ignore
.PathComparison))
54
parent =
Ignore
.Root;
104
if (isDirectoryPath && fullPathNoSlash.Equals(
Ignore
._workingDirectoryNoSlash,
Ignore
.PathComparison))
119
if (!normalizedPosixPath.StartsWith(
Ignore
.WorkingDirectory,
Ignore
.PathComparison))
141
if (directory == null || !directory.StartsWith(
Ignore
.WorkingDirectory,
Ignore
.PathComparison))
183
if (fileName.Equals(".git",
Ignore
.PathComparison))
203
if (!normalizedPosixPath.StartsWith(patternGroup.ContainingDirectory,
Ignore
.PathComparison))
228
if (Glob.IsMatch(pattern.Glob, matchPath,
Ignore
.IgnoreCase, matchWildCardWithDirectorySeparator: false))