From 86cd27536797631f2880d8158f8e0a271f6fd8d0 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 1 Aug 2020 08:38:25 +0100 Subject: [PATCH] gitignore: Ignore cscope symbol database Signed-off-by: Daniel Thompson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c52f59eec..8dad99826 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ # Logs and Databases ###################### *.log +cscope.out # VIM Swap Files ######################