ceph/.gitignore
Owen Synge 61240190c7 Added tmpfiles.d for rgw: templated user and group.
tmpfiles.d are part of system.d and define how temporary directories are setup.
rgw needs a socket directory. To do this we template tmpfiles.d user and group
for rgw and fill in the values using autotools.

Note1: Added to spec file.
Note2: Name changed to rgw from radosgw as is preferred name by Sage.
Note3: Adds configure options
    --with-rgw-user=UserName
    --with-rgw-group=GroupName
Note4: Defaults set for debian
Note5: spec file overrides defaults for redhat and suse

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

87 lines
945 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
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