2017-09-12 04:45:19

by Ross Zwisler

[permalink] [raw]
Subject: [PATCH 1/3] .gitignore: ignore cscope files

Signed-off-by: Ross Zwisler <[email protected]>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 28fe84d..2accc37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -238,3 +238,7 @@
/tests/xfs/033.out
/tests/xfs/071.out
/tests/xfs/096.out
+
+# cscope files
+cscope.*
+ncscope.*
--
2.9.5