This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Ignore .eggs file in OpenMP
ClosedPublic

Authored by tianshilei1992 on Jul 13 2022, 5:58 PM.

Details

Summary

The OMPD patches introduces GDB plugin. When it is built, it will create a
coulple of temp files in .eggs. This patch add it into .gitignore in case it
messed up the git tracking.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jul 13 2022, 5:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2022, 5:58 PM
tianshilei1992 requested review of this revision.Jul 13 2022, 5:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2022, 5:58 PM
jhuber6 accepted this revision.Jul 14 2022, 8:33 AM
This revision is now accepted and ready to land.Jul 14 2022, 8:33 AM
This revision was automatically updated to reflect the committed changes.