From b5ae049f6f166ca1f8137d53c523be5f6fa5009d Mon Sep 17 00:00:00 2001
From: Brian Cully <bjc@kublai.com>
Date: Sun, 12 Nov 2017 11:56:01 -0500
Subject: Have git ignore Makefile.old.

If you re-run 'perl Makefile.PL', it caches a copy of the old Makefile
here.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 7006112..df19d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 Makefile
+Makefile.old
 MYMETA.json
 MYMETA.yml
 blib
-- 
cgit v1.2.3