Add link to shared portion of CoreLib to .gitignore (#1607)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 15 Jan 2020 15:49:42 +0000 (16:49 +0100)
committerJan Kotas <jkotas@microsoft.com>
Wed, 15 Jan 2020 15:49:42 +0000 (07:49 -0800)
commite92e2e6d6ab25a4f5745670e4d08b431c0b4876a
tree8a17f238293b8db8039987873e849cdf6dadf3b3
parenteb8244be5e6477821ddf26c319e61f5f98751edc
Add link to shared portion of CoreLib to .gitignore (#1607)

In the coreclr repo, one could simply findstr in the System.Private.CoreLib directory to find stuff.

Since in the runtime repo the shared portion of the CoreLib moved to src/libraries/, but private portion lives in src/coreclr, the files are split. We can work around it locally by making a symbolic link.

That way runtime devs that just grep/findstr stuff don't have to suffer entering the src/libraries directory where tab completion doesn't work because there's 180 directories prefixed by `System.`.
.gitignore