From 29c5c6b6214e941fc4ae5d399137157213fb3735 Mon Sep 17 00:00:00 2001 From: Tyler Hicks Date: Thu, 2 Nov 2017 16:38:05 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f196d9733..f70af840b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ apparmor-* +cscope.* parser/po/*.mo parser/af_names.h parser/cap_names.h