ceph/.gitignore
Sage Weil 15e80fa2d8 Merge pull request #9853 from dx9/wip-alpine-dev-support
alpine: add alpine linux dev support
2017-04-21 18:54:25 -05:00

62 lines
679 B
Plaintext

*~
*.co
*.diff
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
*.gcda
*.gcov
*.gcno
*.generated.dot
*.swp
*.swo
*.tmp
*.orig
*.patch
*.rej
*.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.
\#*\#