18 Sep
2012
18 Sep
'12
1:25 a.m.
On Mon, Sep 17, 2012 at 6:57 PM, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
On Mon, Sep 17, 2012 at 08:07:07AM +0200, mario@xenji.com wrote:
From: "Mario (xenji) Mueller" <mario@xenji.com>
Signed-off-by: Mario (xenji) Mueller <mario@xenji.com> --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
I don't think that this is the right way to ignore IDE files. User-specific files, which are not meant to be tracked, should be specified using the "core.excludesfile" configuration option. Only project-specific (and very common) stuff should be added to the repositories.
Or .git/info/exclude, which has been around forever. -Dan