From: Sage Weil Date: Sat, 12 Sep 2015 21:43:52 +0000 (-0400) Subject: .gitignore: ignore src/ceph.tmpe X-Git-Tag: v9.1.0~147^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5904%2Fhead;p=ceph.git .gitignore: ignore src/ceph.tmpe It makes the gitbuilders unhappy. Not sure where it comes from... Signed-off-by: Sage Weil --- diff --git a/src/.gitignore b/src/.gitignore index 23378701d22a..524cb77f21eb 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