Skip to content

Commit 32316d8

Browse files
author
Ron Petrusha
authored
Revised code to handle categories file (microsoft#725)
1 parent b54e689 commit 32316d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bc-readme-gen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static void Main(string[] args)
2727

2828
foreach(var changeFile in bcdir.GetFiles("*.md"))
2929
{
30-
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md")
30+
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md" || changeFile.Name == "!categories.md")
3131
{
3232
continue;
3333
}

0 commit comments

Comments
 (0)