This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Adding pythonenv* to .gitignore
ClosedPublic

Authored by plotfi on Aug 29 2020, 8:27 PM.

Details

Summary

Github Codespaces generates a pythonenv3.8 directory inside of the llvm-project checkout. This is a diff to .gitconfig so that this directory is ignored.

Github Codespaces is a new Github feature that lets you go to the llvm-project github, click a button and get an editor and a whole checkout of the project.
It creates a pythonenv3.8 directory in the projects checkout, and I think it would be nice if it were ignored unless theres a good reason it shouldn't be?

Diff Detail

Event Timeline

plotfi created this revision.Aug 29 2020, 8:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2020, 8:27 PM
plotfi requested review of this revision.Aug 29 2020, 8:27 PM
plotfi edited the summary of this revision. (Show Details)Aug 29 2020, 8:34 PM
echristo accepted this revision.Aug 29 2020, 9:37 PM
This revision is now accepted and ready to land.Aug 29 2020, 9:37 PM
lebedev.ri retitled this revision from [NFC] Adding pythonenv* to .gitconfig. to [NFC] Adding pythonenv* to .gitignore.Aug 29 2020, 11:20 PM
This revision was landed with ongoing or failed builds.Sep 3 2020, 7:45 PM
This revision was automatically updated to reflect the committed changes.