From 2e376849139b77757ff44b383c90821d8a375e5b Mon Sep 17 00:00:00 2001
From: Corey Farrell <git@cfware.com>
Date: Wed, 9 May 2018 10:30:41 -0400
Subject: [PATCH] git: Ignore *.orig.

This prevents accidental commit of files created by patch.

Change-Id: I68380db61f0f9d620046f719ccd978811d0e9964
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1cf64c04ad..3e09738e0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,4 +35,4 @@ menuselect-tree
 latex
 doxygen.log
 out/
-
+*.orig
-- 
GitLab