[PATCH] D124619: [llvm] Ignore .rej files in .gitignore

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 08:45:09 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0fe9a5f71a64: [llvm] Ignore .rej files in .gitignore (authored by JDevlieghere).
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124619/new/

https://reviews.llvm.org/D124619

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -13,6 +13,8 @@
 *~
 # Merge files created by git.
 *.orig
+# Reject files created by patch.
+*.rej
 # Byte compiled python modules.
 *.pyc
 # vim swap files


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124619.425801.patch
Type: text/x-patch
Size: 276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220428/8c9e24c0/attachment.bin>


More information about the llvm-commits mailing list