summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b5e85507396c1cd796d3aeed83c4cbc37d7a4b8c (plain)
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
*.o
*.lo
*.a
*~
*.co
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
./config.*
*.gcda
*.gcov
*.gcno
.deps
web/*.html
gmon.out
core.*
vgcore.*
src/Makefile
Makefile.in
/Makefile
/man/Makefile
aclocal.m4
autom4te.cache
config.log
config.status
configure
stamp-h1
depcomp
install-sh
missing
src/ceph_ver.h
release
*.la
ceph.spec
compile
config.guess
config.sub
libtool
ltmain.sh
cscope.files
cscope.out
*.swp
*.swo
.metadata/
/py-compile
*.pyc
*.pyo
core
/build-stamp
/configure-stamp
.settings
.project
.cproject
/build-doc
/doc/object_store.png
/src/test_*
*.generated.dot
src/ocf/ceph
src/ocf/rbd
src/omapbench
ar-lib

# temporary directory used by e.g. "make distcheck", e.g. ceph-0.42
/ceph-[0-9]*/
/nbproject/private/

# M4 Macro directory
m4/
src/gtest/m4/