diff mbox series

[e2fsprogs] .gitignore: add cscope files

Message ID 20180302035236.14311-1-ebiggers3@gmail.com
State Accepted, archived
Headers show
Series [e2fsprogs] .gitignore: add cscope files | expand

Commit Message

Eric Biggers March 2, 2018, 3:52 a.m. UTC
From: Eric Biggers <ebiggers@google.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@google.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

Comments

Theodore Ts'o March 2, 2018, 8:17 p.m. UTC | #1
On Thu, Mar 01, 2018 at 07:52:36PM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.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@google.com>

Thanks, applied.

					- Ted
diff mbox series

Patch

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