From c451c757c8bb5caf3dbb37138afe7b17cc275526 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Mon, 16 Nov 2020 10:30:49 +0100 Subject: [PATCH] Modified .gitgnore to exclude user-defined datasplit configuration files from shared repo. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6dc2f339..cc57ba75 100644 --- a/.gitignore +++ b/.gitignore @@ -126,4 +126,8 @@ video_prediction_tools/HPC_scripts/** !video_prediction_tools/HPC_scripts/*_template.sh video_prediction_tools/Zam347_scripts/** !video_prediction_tools/Zam347_scripts/*_template.sh - + +# Ignore datasplit config files +video_prediction_tools/data_split/** +!video_prediction_tools/data_split/datasplit_template.json +!video_prediction_tools/data_split/cv_test.json -- GitLab