Ignore reject files (.rej) files generated by patch. I can't imagine a reason they should ever be checked in. I'm wondering if we should ignore patch files as well but, though maybe we don't want them to be that easily deleted by something like git clean.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I guess the only possible scenario that I can imagine here for including these files is tests. Tests for some code tools dealing with patches.
Otherwise, 100% reasonable.