From: Josh Durgin Date: Mon, 9 Apr 2012 19:44:20 +0000 (-0700) Subject: .gitignore: clean up to not match so many things recursively X-Git-Tag: v0.46~82^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9c8b3f70863c78c3f2018c3d1709006ae60ba8e7;p=ceph.git .gitignore: clean up to not match so many things recursively Signed-off-by: Josh Durgin --- diff --git a/src/.gitignore b/src/.gitignore index 313725a42a63..6eee9e236df5 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -63,9 +63,9 @@ acconfig.h /.libs *.so -crush/*.fpicco -CrushWrapper.pm -crush/CrushWrapper_wrap.cxx +/crush/*.fpicco +/CrushWrapper.pm +/crush/CrushWrapper_wrap.cxx /.git_version /ceph-conf @@ -92,20 +92,20 @@ Makefile /gtest/configure /gtest/fused-src/ /unittest_* -ceph.conf -keyring -massif.out.* -testrados_list_parallel -testrados_open_pools_parallel -testrados_delete_pools_parallel -test_rados_api_aio -test_rados_api_io -test_rados_api_list -test_rados_api_pool -test_rados_api_stat -test_rados_api_watch_notify -test_rados_api_snapshots -test_rados_api_misc -test_librbd +/ceph.conf +/keyring +/massif.out.* +/testrados_list_parallel +/testrados_open_pools_parallel +/testrados_delete_pools_parallel +/test_rados_api_aio +/test_rados_api_io +/test_rados_api_list +/test_rados_api_pool +/test_rados_api_stat +/test_rados_api_watch_notify +/test_rados_api_snapshots +/test_rados_api_misc +/test_librbd /scratchtool /scratchtoolpp