From 37332354b770d699b8519674b5fd717cd1c6b7a9 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Fri, 12 Aug 2016 13:31:16 -0700 Subject: [PATCH] ignore t/.jira.d/templates which are exported in 000setup.t --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83eb972..f34f266 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ src/gopkg.in/ jira jira.exe schemas/*.json -t/issue.props \ No newline at end of file +t/issue.props +t/.jira.d/templates \ No newline at end of file