Commit Graph

3 Commits

Author SHA1 Message Date
ZhongShengping 87bf06be3f 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: Ieec55ee15dbb72ebee396619cb51d4a7baccf4b2
2018-10-08 11:39:23 +08:00
ZhongShengping b549922a31 Update .gitignore
This patch[1] already explains why updating .gitignore

[1]https://review.openstack.org/#/c/466356/

Change-Id: I0d3f44da5f22507343ca169b202308c9d1f48a33
Depends-On: Ifeaaa14c63158d0318218ca62ee41e98fc4c0b57
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
2018-04-11 08:55:13 +08:00
Matthew J. Black b18fdfb5cc Allow python-memcache install from authtoken class
The python-memcache package is required if using memcached. By
default the package is not installed and the define has it set to
false. This change allows managing the python-memcache package
install from the authtoken class.

Added a .gitignore since it was missing.

Change-Id: I545f25a0644d5b490de76b759c97651691e3f743
2017-01-12 07:57:37 -05:00