Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / .gitignore
1 *~
2 *.co
3 *.diff
4 *.deb
5 *.tar.gz
6 *.tar.bz2
7 *.dsc
8 *.changes
9 *.gcda
10 *.gcov
11 *.gcno
12 *.generated.dot
13 *.swp
14 *.swo
15 *.tmp
16 *.orig
17 *.patch
18 !debian/patches/*.patch
19 *.rej
20 *.rpm
21 *.pyc
22 ceph.spec
23 cscope.*
24 gmon.out
25 py-compile
26
27 # Files generated by crashed programs
28 vgcore.*
29 core
30 *.core
31
32 # Files generated by running tests
33 *.log
34 /src/td
35
36 # alpine abuild things
37 .abuild/
38 alpine/APKBUILD
39
40 # specific local dir files
41 /build-doc
42 /tags
43
44 # where is this from?
45 web/*.html
46
47 # dir from coverity tools
48 cov-int/
49
50 # gtags(1) generated files
51 GPATH
52 GRTAGS
53 GSYMS
54 GTAGS
55 /examples/librados/.libs/
56 /examples/librados/librados_hello_world
57 /examples/librados/librados_hello_world_c
58
59 # common cmake build dir
60 /build
61
62 # editor backup files etc.
63 \#*\#