From 73200eaa8559c770a0ccc6e819cf791564592335 Mon Sep 17 00:00:00 2001 From: Shyam Date: Thu, 8 Oct 2015 13:59:44 -0400 Subject: core: Add experimental xlator directory Added an experimental xlator directory under ./xlators/ The intent of this directory is presented in the README.md that accompanies this commit. This directory can be disabled from being compiled using, - configure --disable-experimental Change-Id: I047f380c91a082d111432f8bbdbd4d7bdcbaa809 Signed-off-by: Shyam Reviewed-on: http://review.gluster.org/12321 Tested-by: NetBSD Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Avra Sengupta Reviewed-by: Jeff Darcy --- tests/experimental/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/experimental/.gitignore (limited to 'tests') diff --git a/tests/experimental/.gitignore b/tests/experimental/.gitignore new file mode 100644 index 00000000000..803908720af --- /dev/null +++ b/tests/experimental/.gitignore @@ -0,0 +1,7 @@ +# Initial commit, git needs a file to add a directory +# First tests to appear here, should remove this file +# Directives: +# Ignore everything in this directory +* +# Except this file +!.gitignore -- cgit