summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-04-28 08:43:12 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-04-28 08:44:51 -0700
commit0fe9a5f71a6432cdca69d023df9d8d464cc092b4 (patch)
tree2c4edad76345dc8b0bb10302a421e2cce0de1ee8 /.gitignore
parent0d6b574b8717a44cda565baa756875f762fa60b9 (diff)
downloadllvm-0fe9a5f71a6432cdca69d023df9d8d464cc092b4.tar.gz
[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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b33fbbf93237..20c4f52cd378 100644
--- a/.gitignore
+++ b/.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