From ed6a68b7f745fc70831a0fd551b80fe337a42d1f Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 23 Aug 2013 14:09:27 -0700 Subject: [PATCH] ignore patch related files *{.orig,.rej,.patch} --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 03fa3ef..b7a885f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ pkg/ spec/fixtures/ Gemfile.lock +*.orig +*.rej +*.patch