ceph/.gitignore

72 lines
709 B
Plaintext

*.o
*.lo
*.a
*~
*.co
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
*.gcda
*.gcov
*.gcno
*.generated.dot
*.la
*.so
*.swp
*.swo
*.tmp
*.pyc
*.pyo
.cproject
.deps
.dirstamp
.metadata
.project
.settings
aclocal.m4
ar-lib
autom4te.cache
build-stamp
ceph.spec
compile
config.guess
config.log
config.status
config.sub
configure
configure-stamp
core
cscope.*
depcomp
gmon.out
install-sh
libtool
ltmain.sh
Makefile.in
missing
py-compile
release
stamp-h1
vgcore.*
# specific local dir files
/build-doc
/config.*
/Makefile
/*.patch
# temporary directory used by e.g. "make distcheck", e.g. ceph-0.42
/ceph-[0-9]*/
# M4 Macro directory
m4/
# where is this from?
web/*.html
# dir from coverity tools
cov-int/
/test-driver