From 25fc82391eec22aa04d548fffe3473f22cf2fb26 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 7 Oct 2015 23:08:48 -0600 Subject: [PATCH] Update .gitignore Modify .gitignore to ignore TaskPaper files in the current repository; allows me to keep per-repo task lists. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d674128..9a33aea 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .Trashes .bundle/ .vagrant -real-adminrc \ No newline at end of file +real-adminrc +*.taskpaper