[Haskell-cafe] Tools to assist with development cycle of hackage packages

Sven Panne svenpanne at gmail.com
Fri Mar 17 11:14:49 UTC 2017


2017-03-17 11:40 GMT+01:00 Adam Bergmark <adam at bergmark.nl>:

> [...] I'm slowly moving away from local .gitignore files, in ~/.gitconfig
> you can ignoring globally by specify e.g.
>
> [core]
> excludesfile = /Users/adam.bergmark/.gitignore-global
> [...]
>

Just a small remark about this: IMHO this is a bit unfriendly to people
checking out and building your package. They neither have your global
~/.gitignore-global nor your local repository configuration. So in my
opinion .gitignore files really belong *into* any project, maintaining them
is not really that hard...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170317/1f046b65/attachment.html>


More information about the Haskell-Cafe mailing list