Re: [sheepdog] [PATCH] .gitignore: add dog/sheepdog script and backup files

2014-02-06 Thread MORITA Kazutaka
At Thu, 06 Feb 2014 14:22:40 +0900, Hitoshi Mitake wrote: > > At Wed, 5 Feb 2014 19:36:58 +0900, > Ryusuke Konishi wrote: > > > > Get rid of the following untracked files from the output of "git > > status" command: > > > > $ git status > > # On branch install > > # Untracked files: > > #

Re: [sheepdog] [PATCH] .gitignore: add dog/sheepdog script and backup files

2014-02-05 Thread Hitoshi Mitake
At Wed, 5 Feb 2014 19:36:58 +0900, Ryusuke Konishi wrote: > > Get rid of the following untracked files from the output of "git > status" command: > > $ git status > # On branch install > # Untracked files: > # (use "git add ..." to include in what will be committed) > # > # include

[sheepdog] [PATCH] .gitignore: add dog/sheepdog script and backup files

2014-02-05 Thread Ryusuke Konishi
Get rid of the following untracked files from the output of "git status" command: $ git status # On branch install # Untracked files: # (use "git add ..." to include in what will be committed) # # include/config.h.in~ # script/dog # script/sheepdog Signed-off-by: Ryusu