diff mbox

btrfs-progs: Ignore clang complete file

Message ID 20161027023248.19561-1-quwenruo@cn.fujitsu.com (mailing list archive)
State Accepted
Headers show

Commit Message

Qu Wenruo Oct. 27, 2016, 2:32 a.m. UTC
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 <quwenruo@cn.fujitsu.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Omar Sandoval Oct. 27, 2016, 5:58 p.m. UTC | #1
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 <quwenruo@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.
David Sterba Oct. 28, 2016, 2:37 p.m. UTC | #2
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.

Me neither, applied. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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