[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180302035236.14311-1-ebiggers3@gmail.com>
Date: Thu, 1 Mar 2018 19:52:36 -0800
From: Eric Biggers <ebiggers3@...il.com>
To: linux-ext4@...r.kernel.org
Cc: Eric Biggers <ebiggers@...gle.com>
Subject: [e2fsprogs PATCH] .gitignore: add cscope files
From: Eric Biggers <ebiggers@...gle.com>
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@...gle.com>
---
.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
Powered by blists - more mailing lists