summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2016-10-27 10:32:48 +0800
committerDavid Sterba <dsterba@suse.com>2016-11-09 13:13:41 +0100
commitcf5a680b82909382b8e8546748d2a6811a167e41 (patch)
tree4bd6651806854c63ac8c1c10a6f5454349b0c187
parentc8d1c4c7920efea969fedfd6d7b0669832161d22 (diff)
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 <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 214103d2..98b3657b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,6 +64,7 @@ config/py-compile
config/test-driver
configure
cscope.out
+.clang_complete
depcomp
libtool
Makefile