forked from uccross/skyhookdm-ceph-cls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (60 loc) · 789 Bytes
/
.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
src/progly/katfiles/dataset_arity*
ceph/
data/
test
ceph.conf
*~
*.co
*.diff
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
*.gcda
*.gcov
*.gcno
*.generated.dot
*.swp
*.swo
*.tmp
*.orig
*.patch
!debian/patches/*.patch
*.rej
*.rpm
*.pyc
ceph.spec
cscope.*
gmon.out
py-compile
# Files generated by crashed programs
vgcore.*
core
*.core
# Files generated by running tests
*.log
/src/td
# alpine abuild things
.abuild/
alpine/APKBUILD
# specific local dir files
/build-doc
/tags
# where is this from?
web/*.html
# dir from coverity tools
cov-int/
# gtags(1) generated files
GPATH
GRTAGS
GSYMS
GTAGS
/examples/librados/.libs/
/examples/librados/librados_hello_world
/examples/librados/librados_hello_world_c
# common cmake build dir
/build
# editor backup files etc.
\#*\#
skyhookdm-ceph/