From: Josh Durgin <josh.durgin@inktank.com>
To: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Cc: ceph-devel@vger.kernel.org, Danny Al-Gaaf <dalgaaf@suse.de>,
Sage Weil <sage@inktank.com>
Subject: Re: [PATCH 2/3] .gitignore: cleanup and sort entries
Date: Wed, 06 Feb 2013 01:14:43 -0800 [thread overview]
Message-ID: <51121F03.8000005@inktank.com> (raw)
In-Reply-To: <1359998564-27004-3-git-send-email-danny.al-gaaf@bisect.de>
I like the cleanup in general, but non-generic entries should have
a leading /, otherwise they match files with the same name in
subdirectories as well.
For example, putting Makefile in .gitignore will also ignore static
makefiles in the qa subdirectories. Some of the existing entries are
already missing this leading /.
On 02/04/2013 09:22 AM, Danny Al-Gaaf wrote:
> Cleanup old entries and sort the existing entries. Remove no longer
> existing entries/files. Move src/* entries from top level .gitignore
> to the correct subdir .gitignore file.
>
> Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
> ---
> .gitignore | 78 ++++++++++-------------
> doc/.gitignore | 3 +-
> src/.gitignore | 173 +++++++++++++--------------------------------------
> src/.gitignore.orig | 142 ++++++++++++++++++++++++++++++++++++++++++
No need for this file
> src/gtest/.gitignore | 2 +
> 5 files changed, 221 insertions(+), 177 deletions(-)
> create mode 100644 src/.gitignore.orig
> create mode 100644 src/gtest/.gitignore
>
> diff --git a/.gitignore b/.gitignore
> index b6c6eb0..8de8590 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -8,65 +8,51 @@
> *.tar.bz2
> *.dsc
> *.changes
> -./config.*
> *.gcda
> *.gcov
> *.gcno
> +*.generated.dot
> +*.la
> +*.so
> +*.swp
> +*.swo
> +*.pyc
> +*.pyo
> +.cproject
> .deps
> -web/*.html
> -gmon.out
> -core.*
> -vgcore.*
> -src/Makefile
> -Makefile.in
> -/Makefile
> -/man/Makefile
> +.dirstamp
> +.metadata
> +.project
> +.settings
> aclocal.m4
> +ar-lib
> autom4te.cache
> -config.log
> -config.status
> +build-*
> +ceph.spec
> +compile
> +config.*
> configure
> -stamp-h1
> +configure-stamp
> +core*
> +cscope.*
> depcomp
> +gmon.out
> install-sh
> -missing
> -src/ceph_ver.h
> -release
> -*.la
> -ceph.spec
> -compile
> -config.guess
> -config.sub
> libtool
> ltmain.sh
> -cscope.files
> -cscope.out
> -*.swp
> -*.swo
> -.metadata/
> -/py-compile
> -*.pyc
> -*.pyo
> -core
> -/build-stamp
> -/configure-stamp
> -.settings
> -.project
> -.cproject
> -/build-doc
> -/doc/object_store.png
> -/src/test_*
> -*.generated.dot
> -src/ocf/ceph
> -src/ocf/rbd
> -src/ceph_omapbench
> -src/ceph_kvstorebench
> -ar-lib
> -.dirstamp
> +Makefile
> +Makefile.in
> +missing
> +py-compile
> +release
> +stamp-h1
> +vgcore.*
>
> # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42
> /ceph-[0-9]*/
>
> # M4 Macro directory
> -m4/
> -src/gtest/m4/
> +m4
> +
> +# where is this from?
> +web/*.html
> diff --git a/doc/.gitignore b/doc/.gitignore
> index 295eda7..456e390 100644
> --- a/doc/.gitignore
> +++ b/doc/.gitignore
> @@ -1,2 +1,3 @@
> *.tmp
> -/overview.png
> +overview.png
> +object_store.png
> diff --git a/src/.gitignore b/src/.gitignore
> index 3a5ab91..9c97131 100644
> --- a/src/.gitignore
> +++ b/src/.gitignore
> @@ -1,142 +1,55 @@
> -/ceph-fuse
> -/ceph-mds
> -/ceph-mon
> -/ceph
> -/ceph-osd
> -/ceph-syn
> -/ceph-dencoder
> -/ceph_dupstore
> -/fakefuse
> -/fakesyn
> -/mkmonmap
> -/monmaptool
> -/newsyn
> -/authtool
> -/ceph-authtool
> -/crushtool
> -/mkcephfs
> -/mount.ceph
> -/osdmaptool
> -/rados
> -/rados_sync
> -/radosgw
> -/radosgw-admin
> -/rbdtool
> -/ceph_bench_log
> -/testceph
> -ceph_test_msgr
> -/testradospp
> -/testdout_streambuf
> -/testsignal_handlers
> -/testtimers
> -/test_addrs
> -/test_libceph_build
> -/test_librados_build
> -/test_librgw_build
> -/testrados
> -/test_str_list
> -/ceph_multi_stress_watch
> -/test_store
> -/test_libcommon_build
> -/test_mutate
> -/fsconverter
> -/xattr_bench
> -/rest-bench
> -/rbd-fuse
> -dev
> -mondata
> -mnt
> -TAGS
> -tags
> -out
> -acconfig.h.in
> +.git_version
> +.libs
> acconfig.h
> -/.libs
> -
> -*.so
> -/crush/*.fpicco
> -/CrushWrapper.pm
> -/crush/CrushWrapper_wrap.cxx
> -
> -/.git_version
> -/ceph-conf
> -/ceph-debugpack
> -/cephfs
> -/ceph-coverage
> -/dumpjournal
> -/init-ceph
> -/librados-config
> -/rbd
> -/sample.fetch_config
> -
> -Makefile
> -
> -/gtest/build-aux/config.h
> -/gtest/build-aux/config.h.in
> -/gtest/lib/
> -/gtest/scripts/gtest-config
> -/gtest/src/.dirstamp
> -/gtest/Makefile.in
> -/gtest/aclocal.m4
> -/gtest/configure
> -/gtest/fused-src/
> -/unittest_*
> -/ceph.conf
> -/keyring
> -/massif.out.*
> +acconfig.h.in
> +ceph
> +cephfs
> +crushtool
> +ceph-authtool
> +ceph-conf
> +ceph-coverage
> +ceph-debugpack
> +ceph-dencoder
> +ceph-fuse
> +ceph-mds
> +ceph-mon
> +ceph-osd
> +ceph-syn
> +ceph_bench_log
> +ceph_dupstore
> +ceph_filestore_dump
> +ceph_multi_stress_watch
> ceph_psim
> ceph_radosacl
> ceph_rgw_jsonparser
> ceph_rgw_multiparser
> +ceph_scratchtool
> +ceph_scratchtoolpp
> ceph_streamtest
> -ceph_test_ioctls
> -ceph_test_cfuse_cache_invalidate
> -ceph_test_cls_lock
> -ceph_test_cls_rbd
> -ceph_test_cls_refcount
> -ceph_test_cls_rgw
> -ceph_test_crypto
> -ceph_test_filejournal
> -ceph_test_filestore
> -ceph_test_filestore_idempotent
> -ceph_test_filestore_idempotent_sequence
> -ceph_test_filestore_workloadgen
> -ceph_test_keys
> -ceph_test_keyvaluedb_atomicity
> -ceph_test_keyvaluedb_iterators
> -ceph_test_libcephfs
> -ceph_test_libhadoopcephfs_build
> -ceph_test_librbd
> -ceph_test_librbd_fsx
> -ceph_test_mon_workloadgen
> -ceph_test_mutate
> -ceph_test_object_map
> -ceph_test_objectcacher_stress
> -ceph_test_rados
> -ceph_test_rados_api_aio
> -ceph_test_rados_api_cls
> -ceph_test_rados_api_io
> -ceph_test_rados_api_list
> -ceph_test_rados_api_misc
> -ceph_test_rados_api_pool
> -ceph_test_rados_api_snapshots
> -ceph_test_rados_api_stat
> -ceph_test_rados_api_watch_notify
> -ceph_test_rados_delete_pools_parallel
> -ceph_test_rados_list_parallel
> -ceph_test_rados_open_pools_parallel
> -ceph_test_rados_watch_notify
> -ceph_test_rewrite_latency
> -ceph_test_signal_handlers
> -ceph_test_stress_watch
> -ceph_test_timers
> -ceph_test_trans
> +ceph_test_*
> ceph_tpbench
> ceph_xattr_bench
> -ceph_scratchtool
> -ceph_scratchtoolpp
> -ceph_filestore_dump
> +ceph_kvstorebench
> +ceph_omapbench
> ceph_smalliobench
> ceph_smalliobenchdumb
> ceph_smalliobenchfs
> ceph_smalliobenchrbd
> +ceph_ver.h
> +init-ceph
> +librados-config
> +massif.out.*
> +mkcephfs
> +monmaptool
> +mount.ceph
> +osdmaptool
> +rados
> +radosgw
> +radosgw-admin
> +rbd
> +rbd-fuse
> +rest-bench
> +sample.fetch_config
> +testmsgr
> +test_*
> +unittest_*
> diff --git a/src/.gitignore.orig b/src/.gitignore.orig
> new file mode 100644
> index 0000000..3a5ab91
> --- /dev/null
> +++ b/src/.gitignore.orig
> @@ -0,0 +1,142 @@
> +/ceph-fuse
> +/ceph-mds
> +/ceph-mon
> +/ceph
> +/ceph-osd
> +/ceph-syn
> +/ceph-dencoder
> +/ceph_dupstore
> +/fakefuse
> +/fakesyn
> +/mkmonmap
> +/monmaptool
> +/newsyn
> +/authtool
> +/ceph-authtool
> +/crushtool
> +/mkcephfs
> +/mount.ceph
> +/osdmaptool
> +/rados
> +/rados_sync
> +/radosgw
> +/radosgw-admin
> +/rbdtool
> +/ceph_bench_log
> +/testceph
> +ceph_test_msgr
> +/testradospp
> +/testdout_streambuf
> +/testsignal_handlers
> +/testtimers
> +/test_addrs
> +/test_libceph_build
> +/test_librados_build
> +/test_librgw_build
> +/testrados
> +/test_str_list
> +/ceph_multi_stress_watch
> +/test_store
> +/test_libcommon_build
> +/test_mutate
> +/fsconverter
> +/xattr_bench
> +/rest-bench
> +/rbd-fuse
> +dev
> +mondata
> +mnt
> +TAGS
> +tags
> +out
> +acconfig.h.in
> +acconfig.h
> +/.libs
> +
> +*.so
> +/crush/*.fpicco
> +/CrushWrapper.pm
> +/crush/CrushWrapper_wrap.cxx
> +
> +/.git_version
> +/ceph-conf
> +/ceph-debugpack
> +/cephfs
> +/ceph-coverage
> +/dumpjournal
> +/init-ceph
> +/librados-config
> +/rbd
> +/sample.fetch_config
> +
> +Makefile
> +
> +/gtest/build-aux/config.h
> +/gtest/build-aux/config.h.in
> +/gtest/lib/
> +/gtest/scripts/gtest-config
> +/gtest/src/.dirstamp
> +/gtest/Makefile.in
> +/gtest/aclocal.m4
> +/gtest/configure
> +/gtest/fused-src/
> +/unittest_*
> +/ceph.conf
> +/keyring
> +/massif.out.*
> +ceph_psim
> +ceph_radosacl
> +ceph_rgw_jsonparser
> +ceph_rgw_multiparser
> +ceph_streamtest
> +ceph_test_ioctls
> +ceph_test_cfuse_cache_invalidate
> +ceph_test_cls_lock
> +ceph_test_cls_rbd
> +ceph_test_cls_refcount
> +ceph_test_cls_rgw
> +ceph_test_crypto
> +ceph_test_filejournal
> +ceph_test_filestore
> +ceph_test_filestore_idempotent
> +ceph_test_filestore_idempotent_sequence
> +ceph_test_filestore_workloadgen
> +ceph_test_keys
> +ceph_test_keyvaluedb_atomicity
> +ceph_test_keyvaluedb_iterators
> +ceph_test_libcephfs
> +ceph_test_libhadoopcephfs_build
> +ceph_test_librbd
> +ceph_test_librbd_fsx
> +ceph_test_mon_workloadgen
> +ceph_test_mutate
> +ceph_test_object_map
> +ceph_test_objectcacher_stress
> +ceph_test_rados
> +ceph_test_rados_api_aio
> +ceph_test_rados_api_cls
> +ceph_test_rados_api_io
> +ceph_test_rados_api_list
> +ceph_test_rados_api_misc
> +ceph_test_rados_api_pool
> +ceph_test_rados_api_snapshots
> +ceph_test_rados_api_stat
> +ceph_test_rados_api_watch_notify
> +ceph_test_rados_delete_pools_parallel
> +ceph_test_rados_list_parallel
> +ceph_test_rados_open_pools_parallel
> +ceph_test_rados_watch_notify
> +ceph_test_rewrite_latency
> +ceph_test_signal_handlers
> +ceph_test_stress_watch
> +ceph_test_timers
> +ceph_test_trans
> +ceph_tpbench
> +ceph_xattr_bench
> +ceph_scratchtool
> +ceph_scratchtoolpp
> +ceph_filestore_dump
> +ceph_smalliobench
> +ceph_smalliobenchdumb
> +ceph_smalliobenchfs
> +ceph_smalliobenchrbd
> diff --git a/src/gtest/.gitignore b/src/gtest/.gitignore
> new file mode 100644
> index 0000000..8b163f6
> --- /dev/null
> +++ b/src/gtest/.gitignore
> @@ -0,0 +1,2 @@
> +fused-src
> +scripts/gtest-config
>
next prev parent reply other threads:[~2013-02-06 9:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 17:22 [PATCH 0/3] [RFC] rename files from ceph-test package Danny Al-Gaaf
2013-02-04 17:22 ` [PATCH 1/3] ceph-test: give binaries from ceph-test package useful names Danny Al-Gaaf
2013-02-06 9:05 ` Josh Durgin
2013-02-04 17:22 ` [PATCH 2/3] .gitignore: cleanup and sort entries Danny Al-Gaaf
2013-02-06 9:14 ` Josh Durgin [this message]
2013-02-06 18:31 ` Danny Al-Gaaf
2013-02-04 17:22 ` [PATCH 3/3] ceph-test.install: updated filelist Danny Al-Gaaf
2013-02-06 9:17 ` Josh Durgin
2013-02-06 8:30 ` [PATCH 0/3] [RFC] rename files from ceph-test package Danny Al-Gaaf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51121F03.8000005@inktank.com \
--to=josh.durgin@inktank.com \
--cc=ceph-devel@vger.kernel.org \
--cc=dalgaaf@suse.de \
--cc=danny.al-gaaf@bisect.de \
--cc=sage@inktank.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.