add cscope/ctags make targets

Newcomers to the code often use these tools to learn their way around.
Integrate them into the build so that we don't accidentally track their
files.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Jason Cooper
2013-02-26 16:49:57 +00:00
committed by Nikos Mavrogiannopoulos
parent a017004302
commit 992601bbd8
3 changed files with 11 additions and 0 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,8 @@ config.h
config.log
Makefile
Makefile.in
cscope.out
tags
.deps
stamp-h1
*.o