Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to shared portion of CoreLib to .gitignore #1607

Merged
merged 2 commits into from
Jan 15, 2020

Commits on Jan 10, 2020

  1. Add link to shared portion of CoreLib to .gitignore

    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.`.
    MichalStrehovsky committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    05d025e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Review feedback

    MichalStrehovsky committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    dc12387 View commit details
    Browse the repository at this point in the history