From: Eric Biggers <ebiggers@xxxxxxxxxx> The .gitignore file for e2fsprogs was ignoring the index files for ctags but not for cscope. Add cscope to the list. Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 12861cbf..ac5c2c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ MCONFIG asm_types.h config.log config.status +cscope.* debugfs/extent_cmds.c debugfs/debug_cmds.c debugfs/debugfs @@ -203,6 +204,7 @@ misc/uuidd misc/uuidd.8 misc/uuidgen misc/uuidgen.1 +ncscope.* parse-types.log po/Makefile.in po/POTFILES -- 2.16.2