From 272f538288999a09160650628213ad7f155d1525 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 24 Nov 2019 19:08:59 +0000 Subject: Add generated testcases to repository (#68) * Add generated testcases to repository * Ignore slidy test for now * Comment out the music example for slidy * remove music docblock * Update slidy-example.txt --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 88ce328..a984192 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,12 @@ *.pyc # ignore test products -tests/data/*.html -tests/data/*.xml -tests/data/*.ly -tests/data/*.abc -tests/data/*.md5 -tests/data/*.png +#tests/data/*.html +#tests/data/*.xml +#tests/data/*.ly +#tests/data/*.abc +#tests/data/*.md5 +#tests/data/*.png # ignore doc products doc/*.md5 -- cgit v1.2.1