From f87f14c2610c2b4ae4f2106f996590d094853bbf Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Mon, 7 Oct 2013 15:36:24 -0700 Subject: [PATCH] Ignore revert-info It looks like antigen update spit out an untracked file called `revert-info`, this keeps it out of git. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6dd7684..68d5c1b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ tests/*.t.err # Ignore the repos folder repos/ + +# Ignore the revert-info file +revert-info -- 2.0.0