diff options
author | Sage Weil <sage@inktank.com> | 2013-02-12 08:29:29 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-12 14:10:18 -0800 |
commit | a88f9bea54009c1a40a701025c0eb97cc1480ec5 (patch) | |
tree | e021f6bec6b3ba9b885d8155f7d6a37ab01673cb | |
parent | 2cb6bcc90183734449d4aca33571f55ce0afc8c2 (diff) | |
download | ceph-a88f9bea54009c1a40a701025c0eb97cc1480ec5.tar.gz |
.gitignore: fix ceph_filestore_dump name
Underscores!
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gitignore b/src/.gitignore index db030b4aaa5..3db14b83554 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -13,7 +13,6 @@ Makefile /ceph-coverage /ceph-debugpack /ceph-dencoder -/ceph-filestore-dump /ceph-fuse /ceph-mds /ceph-mon @@ -22,6 +21,7 @@ Makefile /ceph.conf /ceph_bench_log /ceph_dupstore +/ceph_filestore_dump /ceph_multi_stress_watch /ceph_psim /ceph_radosacl |