From 5b60066f4e6a8f15c0d2d5978ec885d15ed2a005 Mon Sep 17 00:00:00 2001 From: philippegorley <philippe.gorley@savoirfairelinux.com> Date: Mon, 7 May 2018 17:00:13 -0400 Subject: [PATCH] test: ignore generated config file Some unit tests generate a dring configuration file. Have git ignore it so it is not accidentally added to the repo. Change-Id: I6f491d1c4f49606e9fa4d0dc42324919cd88c7ce --- test/unitTest/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/unitTest/.gitignore diff --git a/test/unitTest/.gitignore b/test/unitTest/.gitignore new file mode 100644 index 0000000000..2e2c9e608b --- /dev/null +++ b/test/unitTest/.gitignore @@ -0,0 +1,2 @@ +*.yml +*.yml.bak -- GitLab