From 950bb436e79066d159a8125a2df59fd2802ad533 Mon Sep 17 00:00:00 2001 From: krcroft Date: Sun, 9 Feb 2020 19:08:48 -0800 Subject: [PATCH] Ignore original (.orig) and reject (.rej) patch-failure files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 80ee46b7..515ad842 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,8 @@ make.log *~ *.swp *.tmp +*.orig +*.rej # PVS static analysis outputs or ephemerals pvs-*