Message ID | 20161027023248.19561-1-quwenruo@cn.fujitsu.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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.
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 --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
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(+)