2017-03-17 11:40 GMT+01:00 Adam Bergmark <adam@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...