From db8159a8924169e74100b189ad8b81688036b974 Mon Sep 17 00:00:00 2001 From: Leighton Pritchard Date: Mon, 8 Apr 2024 18:32:12 +0100 Subject: [PATCH] ignore more extraneous bugfix files --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9df9216b..5401308f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ tests/test_JSpecies/pyani_3_species/ C_blochmannia*/ classes_pyani.pdf packages_pyani.pdf +fix_palette_output/ +new_anim_tests_output/ +new_anim_tests # Issue development output issue_*/ @@ -75,4 +78,9 @@ venv-* # Extra documentation output classes_pyani.pdf -packages_pyani.pdf \ No newline at end of file +packages_pyani.pdf +api/ + +# Extraneous .dtd files +uilist.dtd +esummary_assembly.dtd \ No newline at end of file