ceph/.gitignore
Owen Synge 1ba4694d7e Autotools to install systemd unit files.
To simplify the spec file we should install as much using autotools
and as little as possible in the spec file.

Signed-off-by: Owen Synge <osynge@suse.com>
2015-08-01 09:58:33 -04:00

88 lines
962 B
Plaintext

*.o
*.lo
*.a
*~
*.co
*.diff
*.deb
*.tar.gz
*.tar.bz2
*.dsc
*.changes
*.gcda
*.gcov
*.gcno
*.generated.dot
*.la
*.so
*.swp
*.swo
*.tmp
*.orig
*.patch
*.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
systemd/ceph-osd@.service
systemd/ceph-rgw.tmpfiles.d
systemd/Makefile
vgcore.*
# specific local dir files
/build-doc
/config.*
/Makefile
/tags
# 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
# gtags(1) generated files
GPATH
GRTAGS
GSYMS
GTAGS
/examples/librados/.libs/
/examples/librados/librados_hello_world
/examples/librados/librados_hello_world_c