aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKristof Provost <Kristof@provost-engineering.be>2007-10-06 16:24:42 +0200
committerShawn O. Pearce <spearce@spearce.org>2007-10-15 21:09:15 -0400
commita2a9150bf06bdab419016003fa1bc04905d0f4fb (patch)
treee93a70ff247607b9d4bff9066a7c04884a79e3c3 /.gitignore
parent729f50453cb54e136567b89ba6aecab60f0257c6 (diff)
downloadgit-a2a9150bf06bdab419016003fa1bc04905d0f4fb.tar.gz
git-a2a9150bf06bdab419016003fa1bc04905d0f4fb.tar.xz
makefile: Add a cscope target
The current makefile supports ctags but not cscope. Some people prefer cscope (I do), so this patch adds a cscope target. I've also added cscope* to the .gitignore file. For some reason tags and TAGS weren't in there either so I've added them too. Signed-off-by: Kristof Provost <Kristof@provost-engineering.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e0b91befb..62afef234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -171,3 +171,6 @@ config.status
config.mak.autogen
config.mak.append
configure
+tags
+TAGS
+cscope*