mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-18 04:15:32 +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
|
config/test-driver
|
||||||
configure
|
configure
|
||||||
cscope.out
|
cscope.out
|
||||||
|
.clang_complete
|
||||||
depcomp
|
depcomp
|
||||||
libtool
|
libtool
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user