From 37d7344ab692b7f80c2d0d6ca552bc3c95a6a751 Mon Sep 17 00:00:00 2001 From: Ross Zwisler Date: Mon, 11 Sep 2017 22:45:19 -0600 Subject: [PATCH] gitignore: ignore cscope files Signed-off-by: Ross Zwisler Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index beb9504c..63928b48 100644 --- a/.gitignore +++ b/.gitignore @@ -239,3 +239,7 @@ /tests/xfs/033.out /tests/xfs/071.out /tests/xfs/096.out + +# cscope files +cscope.* +ncscope.* -- 2.39.5