From 0b5c918d7885ae65729510600e240f04b8beef4f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 1 Mar 2018 19:52:36 -0800 Subject: [PATCH] .gitignore: add cscope files 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 Signed-off-by: Theodore Ts'o --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dd587a2..b8ccf41 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 -- 1.8.3.1