[sheepdog] [PATCH] .gitignore: add dog/sheepdog script and backup files
Hitoshi Mitake
mitake.hitoshi at gmail.com
Thu Feb 6 06:22:40 CET 2014
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 <file>..." to include in what will be committed)
> #
> # include/config.h.in~
> # script/dog
> # script/sheepdog
>
> Signed-off-by: Ryusuke Konishi <konishi.ryusuke at lab.ntt.co.jp>
> ---
> .gitignore | 3 +++
> 1 file changed, 3 insertions(+)
Looks good to me.
Reviewed-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
Thanks,
Hitoshi
>
> diff --git a/.gitignore b/.gitignore
> index 69aca9d..f2f3d7b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,6 +19,7 @@ cscope.*
> *.gcda
> *.gcno
> *.info
> +*~
>
> #
> # for GLOBAL
> @@ -64,6 +65,8 @@ ltmain.sh
> config.h
> config.h.in
> script/generic
> +script/dog
> +script/sheepdog
>
> tests/check.log
> tests/check.time
> --
> 1.7.9.3
>
> --
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog
More information about the sheepdog
mailing list