This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Add examples to bazelignore
ClosedPublic

Authored by GMNGeoffrey on Jul 2 2021, 9:21 AM.

Details

Summary

This avoids Bazel recursing into these directories when overlayed, which
will break if someone has run Bazel in these dirs (which would only be
successful with the http_archive example) because of the Bazel directory
symlinks (already gitignored).

Diff Detail

Event Timeline

GMNGeoffrey requested review of this revision.Jul 2 2021, 9:21 AM
GMNGeoffrey created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2021, 9:21 AM

Rebase on main

jpienaar accepted this revision.Jul 16 2021, 1:52 PM
This revision is now accepted and ready to land.Jul 16 2021, 1:52 PM
This revision was landed with ongoing or failed builds.Jul 16 2021, 1:58 PM
This revision was automatically updated to reflect the committed changes.