]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Dissuade .gitignore references to personal tools
authorZhongShengping <chdzsp@163.com>
Mon, 8 Oct 2018 03:39:23 +0000 (11:39 +0800)
committerZhongShengping <chdzsp@163.com>
Mon, 8 Oct 2018 03:39:23 +0000 (11:39 +0800)
commitaeaa92b2cb4636c0fdf24bfd4b8da38931036681
treee8a4d290add4917b2863e8c92f6e7732c388ad70
parent983685e86f2b4d14ca19088c65b75d1de8f0a19e
Dissuade .gitignore references to personal tools

Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools. Add a comment block explaining this, for
clarity, and remove the one current editor-specific entry present.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks, documentation
and packaging builds, et cetera).

This change is a port of Ib58a57267b064e4142686de6c37a70dbff04b9a7
from the openstack-dev/cookiecutter repository.

Change-Id: Ie7f7eeca06c43fb8e8c6e099cfa8e61885fe240c
.gitignore