Makefile: fix cscope target
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 17 Dec 2014 16:58:23 +0000 (17:58 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 31 Dec 2014 20:29:05 +0000 (21:29 +0100)
commit6c19d35f689c911b83073ab1faeffb8040c4b3d9
tree79d44ac12af4e5b00c7057e05f1877d5394697f8
parentc76236fd7d980822a647914c9ff6a3fabdec2390
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>
.gitignore
Makefile