Re: [PATCH] trivial: support cscope in Makefile and gitignore
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 24 Nov 2013 23:23:02 +0900 Hitoshi Mitake <[email protected]> wrote: > At Tue, 29 Oct 2013 11:28:52 +0900, > Hitoshi Mitake wrote: > > > > 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 | 5 +++++ > > 2 files changed, 7 insertions(+), 1 deletion(-) > > ping? This is a trivial one, but would be useful for tgt developers. Can you fix the following warning? /home/fujita/git/tgt/.git/rebase-apply/patch:21: new blank line at EOF. + warning: 1 line adds whitespace errors. I don't fancy to add a particular source code tool stuff for Makefile much though (I don't use cscope).