From c9c0656d590b5884db500fb2486f49c392e1c6d5 Mon Sep 17 00:00:00 2001 From: Corey Farrell 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 -- 2.47.2