From 0c2994d50416655483a92918160c5c71c6f81663 Mon Sep 17 00:00:00 2001 From: Captain Wei Date: Mon, 11 May 2020 09:29:48 +0800 Subject: [PATCH] add yaml file --- cscope.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cscope.yaml diff --git a/cscope.yaml b/cscope.yaml new file mode 100644 index 0000000..8586767 --- /dev/null +++ b/cscope.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.code.sf.net/p/cscope/cscope +tag_prefix: ^v +seperator: . -- Gitee