gitignore: Ignore cscope cache files

We don't need to accidentally commit cscope files. The linux kernel
ignores these definitions, let's ignore them too.
This commit was inspired from a similar commit adding ctags cache files.

Signed-off-by: Diana Cretu <diana.cretu@nxp.com>
This commit is contained in:
Diana Cretu 2019-12-04 13:26:26 +02:00 committed by Daniel Baluta
parent 99d397b1ec
commit fc87fdfc8a
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -64,3 +64,7 @@ doc/Makefile
/tags
/TAGS
# cscope files
cscope.*
ncscope.*