-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
82 lines (80 loc) · 1.17 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# generic entries
Makefile
# local directory specific entries
/.git_version
/.libs
/acconfig.h*
/ceph
/cephfs
/crushtool
/ceph-authtool
/ceph-client-debug
/cephfs-journal-tool
/ceph-conf
/ceph-coverage
/ceph-crush-location
/ceph-debugpack
/ceph-post-file
/ceph-dencoder
/ceph-fuse
/ceph-mds
/ceph-mon
/ceph-osd
/ceph-syn
/ceph.conf
/ceph_bench_log
/ceph_dupstore
/ceph_filestore_dump
/ceph_filestore_tool
/ceph_mon_store_converter
/ceph_multi_stress_watch
/ceph_erasure_code
/ceph_erasure_code_benchmark
/ceph_psim
/ceph_radosacl
/ceph_rgw_jsonparser
/ceph_rgw_multiparser
/ceph_scratchtool
/ceph_scratchtoolpp
/ceph_streamtest
/ceph_test_*
/ceph_tpbench
/ceph_xattr_bench
/ceph_kvstorebench
/ceph_omapbench
/ceph_smalliobench
/ceph_smalliobenchdumb
/ceph_smalliobenchfs
/ceph_smalliobenchrbd
/ceph-monstore-tool
/ceph-osdomap-tool
/ceph-kvstore-tool
/ceph_ver.h
/dev
/init-ceph
/keyring
/librados-config
/massif.out.*
/mnt
/monmaptool
/mount.ceph
/osdmaptool
/out
/rados
/radosgw
/radosgw-admin
/rbd
/rbd-fuse
/rest-bench
/sample.fetch_config
/TAGS
/tags
/testmsgr
/test_*
/test-suite.log
/cls_test_*
/unittest_*
/get_command_descriptions
# old dir, may in use by older branches
/leveldb
/mkcephfs