gitignore: Add cscope files to ignored list

Ignoring cscope.* files allows users of cscope to not be bothered by
`git status` reporting that an unknown file is in the source tree.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
Tyler Hicks 2017-11-02 16:38:05 +00:00
parent 56394f8def
commit 29c5c6b621

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
apparmor-*
cscope.*
parser/po/*.mo
parser/af_names.h
parser/cap_names.h