Commit Graph

2 Commits

Author SHA1 Message Date
Jeremy Stanley 47487469e9 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: Ib79f8e857cc71d5e7ddbaf856e29f2548c624f52
2018-10-05 18:27:10 +00:00
Emilien Macchi 211a579dee Add .gitignore and cleanup in functions
* Add .gitignore to not commit files generated by testing scripts
  (run_*.sh)
* Cleanup generated files in functions, before running tests. It avois
  manual cleanup.

Change-Id: I81b4403f7ad083c8339b9bf4dbf184be69f3654f
2016-08-03 17:46:40 -04:00