mirror of https://github.com/ceph/ceph
100 lines
1.5 KiB
Plaintext
100 lines
1.5 KiB
Plaintext
*~
|
|
*.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
|
|
tags
|
|
__pycache__/
|
|
wheelhouse/
|
|
.pytest_cache/
|
|
|
|
# Files generated by crashed programs
|
|
vgcore.*
|
|
core
|
|
*.core
|
|
|
|
# Files generated by running tests
|
|
*.log
|
|
/src/td
|
|
/src/vstart_environment.sh
|
|
|
|
# alpine abuild things
|
|
.abuild/
|
|
alpine/APKBUILD
|
|
|
|
# specific local dir files
|
|
/build-doc
|
|
|
|
# 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
|
|
/build.*
|
|
|
|
# editor backup files etc.
|
|
\#*\#
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
# dashboard
|
|
/src/pybind/mgr/dashboard/frontend/.protractor-report
|
|
/src/pybind/mgr/dashboard/frontend/src/environments/environment.ts
|
|
/src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts
|
|
/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf
|
|
|
|
# mypy cache
|
|
.mypy_cache/
|
|
|
|
# Python building things where it shouldn't
|
|
/src/python-common/build/
|
|
.cache
|
|
|
|
# Doc build output
|
|
src/pybind/cephfs/build/
|
|
src/pybind/cephfs/cephfs.c
|
|
src/pybind/cephfs/cephfs.egg-info/
|
|
src/pybind/rados/build/
|
|
src/pybind/rados/rados.c
|
|
src/pybind/rados/rados.egg-info/
|
|
src/pybind/rbd/build/
|
|
src/pybind/rbd/rbd.c
|
|
src/pybind/rbd/rbd.egg-info/
|
|
src/pybind/rgw/build/
|
|
src/pybind/rgw/rgw.c
|
|
src/pybind/rgw/rgw.egg-info/
|