From 80f5ec8fb4f7f2df253948b4016448f48fb8af9c Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Tue, 7 Apr 2015 10:12:57 +0100 Subject: [PATCH] Add test log file and do not gitignore .log files --- .gitignore | 3 --- ariba/tests/data/refcheck_test_fix_out.log | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ariba/tests/data/refcheck_test_fix_out.log diff --git a/.gitignore b/.gitignore index db4561ea..72e6dfb2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,9 +44,6 @@ coverage.xml *.mo *.pot -# Django stuff: -*.log - # Sphinx documentation docs/_build/ diff --git a/ariba/tests/data/refcheck_test_fix_out.log b/ariba/tests/data/refcheck_test_fix_out.log new file mode 100644 index 00000000..248b30b3 --- /dev/null +++ b/ariba/tests/data/refcheck_test_fix_out.log @@ -0,0 +1,4 @@ +gene1 Too short. Skipping +revcomp Reverse complemented +not_a_gene Does not look like a gene. Skipping +too_long Too long. Skipping