[all-commits] [llvm/llvm-project] b92f28: [Bazel] Add examples to bazelignore

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Fri Jul 16 13:58:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b92f28cc4347372517bf756fe4d392aed167699a
      https://github.com/llvm/llvm-project/commit/b92f28cc4347372517bf756fe4d392aed167699a
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

  Changed paths:
    M utils/bazel/.bazelignore

  Log Message:
  -----------
  [Bazel] Add examples to bazelignore

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).

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D105357




More information about the All-commits mailing list