Since we have already ignored ctags, ignoring .clangcomplete for vim-clang_completion is quite reasonable for me. (Not to mention vim-clang_completion provides better and more accurate completion and definition search)
Also, qemu coding style is using 4 space as indent other than 8-space tab, it also makes sense to ignore per-project vim config file. Signed-off-by: Qu Wenruo <quwen...@cn.fujitsu.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55a001e3b8..c7c6eec0b6 100644 --- a/.gitignore +++ b/.gitignore @@ -113,6 +113,8 @@ cscope.* tags TAGS +.vim* +.clang_complete docker-src.* *~ trace.h -- 2.13.0