From 8cc50e77cb52ee60def3f471d530767161f89dab Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 23 Nov 2023 09:01:27 -0500 Subject: [PATCH] Update ignore file, start setting up prune --- .gitignore | 2 ++ dist.ini | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 842e0dc..7aa573b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .build/ local/ +OpenAIAsync-*/ +OpenAIAsync-*.tar.gz diff --git a/dist.ini b/dist.ini index 1b4875a..c728641 100644 --- a/dist.ini +++ b/dist.ini @@ -23,3 +23,8 @@ Test::More = 0.88 [Test::Perl::Critic] critic_config = perlcritic.rc + +[PruneFiles] +filename = xtest.sh ; Local git development test script, sets environment for local dzil xtest +#match = ^test_data/ +#match = ^test.cvs$ \ No newline at end of file