gitconfig: Provide global ignores, and generate file from skeleton.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 23 Mar 2008 20:16:20 +0000 (20:16 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Mar 2008 20:16:20 +0000 (20:16 +0000)
commitce178f963f16d3921e144e1b8a289d64f6b72d98
treebb8aa95dec6edd0c422f13241e73eb0c0c9c7901
parentb056f5c4e8a2217aa80dc629c7e32ad3eaa02805
gitconfig: Provide global ignores, and generate file from skeleton.

The latter follows from the former: we need to put a global gitignore
file somewhere, but we can't fix a location for it.  The only solution
is to have setup figure out where the ignores file is and plug that into
the config file.

Take the opportunity to un-hardcode the signing key too.
gitconfig
gitignore [new file with mode: 0644]
setup