[all-commits] [llvm/llvm-project] 65ebce: [OpenMP] Ignore .eggs file in OpenMP

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Jul 14 09:07:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65ebcee197b1fe9cdf94d11422f6d39aabfeb997
      https://github.com/llvm/llvm-project/commit/65ebcee197b1fe9cdf94d11422f6d39aabfeb997
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M openmp/.gitignore

  Log Message:
  -----------
  [OpenMP] Ignore .eggs file in OpenMP

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.

Reviewed By: jhuber6

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




More information about the All-commits mailing list