Re: [PATCH v2] trivial: support cscope in Makefile and gitignore
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 8 Dec 2013 17:07:18 +0900 Hitoshi Mitake <[email protected]> wrote: > From: Hitoshi Mitake <[email protected]> > > After applying this patch, "make cscope" can generate cscope files for > tag jump. The generated files are ignored by the .gitignore file. > > Signed-off-by: Hitoshi Mitake <[email protected]> > --- > .gitignore | 3 ++- > Makefile | 4 ++++ > 2 files changed, 6 insertions(+), 1 deletion(-) Applied.