[all-commits] [llvm/llvm-project] 7a089b: [libclc] Delete .gitignore (#147939)

Mészáros Gergely via All-commits all-commits at lists.llvm.org
Thu Jul 10 05:08:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a089bc4c00fe35c8f07b7c420be6535ad331161
      https://github.com/llvm/llvm-project/commit/7a089bc4c00fe35c8f07b7c420be6535ad331161
  Author: Mészáros Gergely <gergely.meszaros at intel.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    R libclc/.gitignore

  Log Message:
  -----------
  [libclc] Delete .gitignore (#147939)

The file is listing build artifacts to ignore, but LLVM has long had the
policy that in-tree builds are not supported, so the ignore rules
shouldn't serve their original purpose anymore.
The rules however are annoying because although they probably intended
only to ignore top-level build artifacts, they lack the leading `/` so
they match any file with the ignored name anywhere under `libclc/`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list