diff options
author | Kristof Provost <Kristof@provost-engineering.be> | 2007-10-06 16:24:42 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-10-15 21:09:15 -0400 |
commit | a2a9150bf06bdab419016003fa1bc04905d0f4fb (patch) | |
tree | e93a70ff247607b9d4bff9066a7c04884a79e3c3 /.gitignore | |
parent | 729f50453cb54e136567b89ba6aecab60f0257c6 (diff) | |
download | git-a2a9150bf06bdab419016003fa1bc04905d0f4fb.tar.gz |
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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e0b91befb9..62afef2347 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,6 @@ config.status config.mak.autogen config.mak.append configure +tags +TAGS +cscope* |