From af39f98b5342b1cb4db2a69f89a8b34f621b9a12 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 12 Sep 2015 17:43:52 -0400 Subject: [PATCH] .gitignore: ignore src/ceph.tmpe It makes the gitbuilders unhappy. Not sure where it comes from... Signed-off-by: Sage Weil --- src/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 23378701d22aa..524cb77f21ebe 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -94,3 +94,6 @@ Makefile /mkcephfs /.ceph_port /store_test_temp_dir + +# not sure what generates this... +/ceph.tmpe -- 2.39.5