From ce0c8f8f2d546e33465071ec21297a53a4b4c375 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 1 Jul 2015 08:31:01 -0400 Subject: [PATCH] test: ignore symlinked ceph.py file Signed-off-by: Alfredo Deza --- src/test/python/ceph/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/test/python/ceph/.gitignore diff --git a/src/test/python/ceph/.gitignore b/src/test/python/ceph/.gitignore new file mode 100644 index 000000000000..88c7fe6f857a --- /dev/null +++ b/src/test/python/ceph/.gitignore @@ -0,0 +1,3 @@ +# this is a generated file used for testing and symlinked and should be ignored +# as paths are absolute to the test machine +ceph.py -- 2.47.3