Subject: Re: [PATCH] .gitignore: Ignore files like src/libssh2_config.h.in~

Re: [PATCH] .gitignore: Ignore files like src/libssh2_config.h.in~

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Mon, 18 Nov 2013 17:04:34 +0100

On Monday 18 November 2013 16:37:59 Marc Hörsken wrote:
> +*~

I do not see any connection with the libssh2 project and the above pattern.
Are any such files generated during the build?

If those files are created by your favorite editor, you can make them ignored
in your own profile instead of patching all the projects you contribute to:

$ echo '*~' >> ~/.gitignore
$ git config --global core.excludesfile ~/.gitignore

Kamil

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2013-11-18