This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit f7e04a815d822ad746234c41026d46aa5ad52acb Author: baunsgaard <[email protected]> AuthorDate: Thu Jan 19 09:23:19 2023 +0100 [MINOR] GitIgnore for pipeline intermidiates --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3328942ceb..5504b55a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -113,4 +113,6 @@ scripts/perftest/fed/results scripts/perftest/fed/scratch_space scripts/perftest/fed/temp -src/test/scripts/functions/iogen/*.raw \ No newline at end of file +src/test/scripts/functions/iogen/*.raw +src/test/scripts/functions/pipelines/intermediates/regression/*.csv +src/test/scripts/functions/pipelines/intermediates/regression/*.csv.mtd
