Makefile: fix cscope target

This target doesn't work with current directory layout. Just make cscope
index all .c and .h files.

While we're at it: add cscope output files to .gitignore.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Bartosz Golaszewski
2014-12-17 17:58:23 +01:00
committed by Denys Vlasenko
parent c76236fd7d
commit 6c19d35f68
2 changed files with 9 additions and 18 deletions

8
.gitignore vendored
View File

@@ -42,3 +42,11 @@ core
/busybox.links
/runtest-tempdir-links
/testsuite/echo-ne
#
# cscope output
#
cscope.files
cscope.in.out
cscope.out
cscope.po.out