From aaeb31008be8e80bc5cf2bc99938a3268fdcf46a Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sun, 18 Jun 2017 23:18:13 -0300 Subject: [PATCH] [chore] added patterns on .gitignore. in case a rebase, exclude *.orig and *.rej files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cc348288..5ef0c3ce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ node_modules/ _book *.patch *.diff +*.orig +*.rej examples/__build__ coverage yarn.lock