Re: [PATCH] .gitignore: Reflect recent client binary rename

2013-08-30 Thread Kristian Høgsberg
On Fri, Aug 23, 2013 at 07:57:04PM +, Bryce W. Harrington wrote: > Commit 77ab1721 renamed the client binaries; this change updates > .gitignore to follow this change. Good one, thanks. Kristian > Signed-off-by: Bryce Harrington > --- > clients/.gitignore | 37 +++

Re: [PATCH] .gitignore: Reflect recent client binary rename

2013-08-23 Thread Bryce W. Harrington
On Fri, Aug 23, 2013 at 01:52:33PM -0700, Bill Spitzak wrote: > Can you just ignore the entire bin directory? These are actually in the src directory; they get copied to the bin directory on install (which git doesn't look in), but the binaries remain in src/ so git still notices them. > Bryce W

Re: [PATCH] .gitignore: Reflect recent client binary rename

2013-08-23 Thread Bill Spitzak
Can you just ignore the entire bin directory? Bryce W. Harrington wrote: Commit 77ab1721 renamed the client binaries; this change updates .gitignore to follow this change. Signed-off-by: Bryce Harrington --- clients/.gitignore | 37 +++-- 1 file changed, 19 i

[PATCH] .gitignore: Reflect recent client binary rename

2013-08-23 Thread Bryce W. Harrington
Commit 77ab1721 renamed the client binaries; this change updates .gitignore to follow this change. Signed-off-by: Bryce Harrington --- clients/.gitignore | 37 +++-- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/clients/.gitignore b/clients/.gi