ceph/.gitignore

72 lines
709 B
Plaintext
Raw Normal View History

2007-12-20 17:24:54 +00:00
*.o
2009-05-14 21:23:40 +00:00
*.lo
2008-01-28 19:39:51 +00:00
*.a
2007-12-20 17:24:54 +00:00
*~
*.co
2009-05-14 21:23:40 +00:00
*.deb
*.tar.gz
*.tar.bz2
2009-05-14 21:23:40 +00:00
*.dsc
*.changes
*.gcda
*.gcov
2009-05-14 21:23:40 +00:00
*.gcno
*.generated.dot
*.la
*.so
*.swp
*.swo
*.tmp
*.pyc
*.pyo
.cproject
2008-01-28 19:39:51 +00:00
.deps
.dirstamp
.metadata
.project
.settings
2008-01-28 19:39:51 +00:00
aclocal.m4
ar-lib
2008-01-28 19:39:51 +00:00
autom4te.cache
build-stamp
ceph.spec
compile
config.guess
2008-01-28 19:39:51 +00:00
config.log
config.status
config.sub
2008-01-28 19:39:51 +00:00
configure
configure-stamp
core
cscope.*
2008-01-28 19:39:51 +00:00
depcomp
gmon.out
2008-01-28 19:39:51 +00:00
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