summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4f3be30b82de18553adc842af6d2fddaeab71580 (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
*.o
*.lo
*.a
*~
*.co
*.deb
*.tar.gz
*.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

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