On Thu, Oct 27, 2016 at 10:32:48AM +0800, Qu Wenruo wrote:
> While most guys are using ctags and cscope with vim, new completion tool
> like vim-clang_completion is gaining its popularity, due to its compiler
> level accuracy simpleness to use.
> 
> Since ctags and cscope are already in .gitignore, I see no reason to
> reject .clang_complete.
> 
> Signed-off-by: Qu Wenruo <quwen...@cn.fujitsu.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 214103d..98b3657 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -64,6 +64,7 @@ config/py-compile
>  config/test-driver
>  configure
>  cscope.out
> +.clang_complete
>  depcomp
>  libtool
>  Makefile
> -- 
> 2.10.1

You can always just add .clang_complete to .git/info/exclude.

-- 
Omar
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to