From: Qu Wenruo Date: Thu, 27 Oct 2016 02:32:48 +0000 (+0800) Subject: btrfs-progs: Ignore clang complete file X-Git-Tag: upstream/4.16.1~1167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf5a680b82909382b8e8546748d2a6811a167e41;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: Ignore clang complete file 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 Signed-off-by: David Sterba --- 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