Skip to content

Commit 00d33e6

Browse files
committed
wip
1 parent 81c5515 commit 00d33e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mcl/src/src/mcl/commands/dev_commit.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ bool inGitIgnore(string file)
3535
{
3636
foreach (string line; gitIgnore)
3737
{
38+
writeln("Comparing: " ~ file ~ " with " ~ line);
3839
if (line.startsWith("#") || line == "")
3940
continue;
4041
else if (globMatch(file, line))

0 commit comments

Comments
 (0)