[all-commits] [llvm/llvm-project] 0fe9a5: [llvm] Ignore .rej files in .gitignore

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Apr 28 08:45:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fe9a5f71a6432cdca69d023df9d8d464cc092b4
      https://github.com/llvm/llvm-project/commit/0fe9a5f71a6432cdca69d023df9d8d464cc092b4
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  [llvm] Ignore .rej files in .gitignore

Ignore reject files (.rej) files generated by patch. I can't imagine a
reason they should ever be checked in. I considered ignoring patch files
as well but decided to err on the side of caution because we might not
want them to be easily deleted by something like git clean.

Differential revision: https://reviews.llvm.org/D124619




More information about the All-commits mailing list