mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-17 20:05:24 +00:00
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>
This commit is contained in:
parent
c8d1c4c792
commit
cf5a680b82
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,6 +64,7 @@ config/py-compile
|
||||
config/test-driver
|
||||
configure
|
||||
cscope.out
|
||||
.clang_complete
|
||||
depcomp
|
||||
libtool
|
||||
Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user