From fc87fdfc8a8ccdd44b955e7e4fa5935e23e42bba Mon Sep 17 00:00:00 2001 From: Diana Cretu Date: Wed, 4 Dec 2019 13:26:26 +0200 Subject: [PATCH] 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 302111e71..5f2c1e93b 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,7 @@ doc/Makefile /tags /TAGS + +# cscope files +cscope.* +ncscope.*