From 4f1988cf879e7a13e8a7af0bf795277b1c09c133 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 21 Oct 2019 13:00:33 +0200 Subject: [PATCH] Add .gitignore for functional tests Ignore changes in plugins/ directory. This directory is for user plugins which should not be added to Open CAS Linux repository. Signed-off-by: Robert Baldyga --- test/functional/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/functional/.gitignore diff --git a/test/functional/.gitignore b/test/functional/.gitignore new file mode 100644 index 0000000..16873f6 --- /dev/null +++ b/test/functional/.gitignore @@ -0,0 +1 @@ +plugins/