You know other source control systems, and presumably git also, have an
excludes list which can contain wildcards. It comes prepopulated with eg
*.o - as you probably dont want to check them in.
I think you could classify this as a git bug (or more probably a mistake in
how github are using/configuring git) that it doesnt exclude checking in
.ssh and maybe some of the .ssh exclusive related extensions.
I say this because its not like ssh is some strange third party app with
unknown extension: git and cvs, cvn etc all directly rely on ssh and have
various things about ssh baked into them.
(The user can always override or change if he really wants to do check in
.ssh on a private heavily guarded repo or because hes using it for test
keys only etc).
Adam
On Sun, Jan 27, 2013 at 09:36:44PM -0500, Eitan Adler wrote:
On 27 January 2013 21:34, Patrick Mylund Nielsen
<[email protected]> wrote:
I don't understand how you can accidentally check in ~/.ssh to your
repository, or at least not notice afterwards. Hopefully the OpenSSL authors
won't do that!
If you keep ~ in a git repo it is surprisingly easy ;)
--
Eitan Adler
_______________________________________________
cryptography mailing list
[email protected]
http://lists.randombit.net/mailman/listinfo/cryptography
_______________________________________________
cryptography mailing list
[email protected]
http://lists.randombit.net/mailman/listinfo/cryptography