From: Mark Wooding Date: Sun, 23 Mar 2008 20:16:20 +0000 (+0000) Subject: gitconfig: Provide global ignores, and generate file from skeleton. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ce178f963f16d3921e144e1b8a289d64f6b72d98?ds=sidebyside;hp=ce178f963f16d3921e144e1b8a289d64f6b72d98 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. ---