From 17bf45baee1db40ff01e8070549c341663298c5c Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Mon, 9 Jan 2023 21:15:50 -0700 Subject: Add tags and cscope.out to .gitignore Fixes #1061 Signed-off-by: Nathan Hjelm --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4ceaec3..d13b732 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,5 @@ xcuserdata *.xcscmblueprint *.xcworkspace build/ +tags +cscope.out -- cgit v1.2.1