applied, thanks
On Mon, Sep 24, 2018 at 9:10 PM Martin Kaiser <li...@kaiser.cx> wrote:
>
> From: Martin Kaiser <mar...@kaiser.cx>
>
> Exuberant ctags creates an output file called "tags" by default or
> "TAGS" when it's run in emacs mode. Add those two files to .gitignore so
> they won't be removed by git clean -df.
>
> Signed-off-by: Martin Kaiser <mar...@kaiser.cx>
> ---
>  .gitignore | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index be1d461..c03c2e8 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -50,3 +50,9 @@ cscope.files
>  cscope.in.out
>  cscope.out
>  cscope.po.out
> +
> +#
> +# ctags output
> +#
> +tags
> +TAGS
> --
> 2.1.4
>
> _______________________________________________
> busybox mailing list
> busybox@busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to