2017-09-07 13:09:35

by Yunlong Song

[permalink] [raw]
Subject: [PATCH] f2fs-tools: add cscope files to .gitignore

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

diff --git a/.gitignore b/.gitignore
index abe1336..d5ca55d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,7 @@ stamp-h1
/tools/fibmap.f2fs
/tools/parse.f2fs
/tools/f2fscrypt
+
+# cscope files
+cscope.*
+ncscope.*
--
1.8.5.2


2017-09-11 10:32:57

by Chao Yu

[permalink] [raw]
Subject: Re: [PATCH] f2fs-tools: add cscope files to .gitignore

On 2017/9/7 21:09, Yunlong Song wrote:
> Signed-off-by: Yunlong Song <[email protected]>

Reviewed-by: Chao Yu <[email protected]>

> ---
> .gitignore | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index abe1336..d5ca55d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -50,3 +50,7 @@ stamp-h1
> /tools/fibmap.f2fs
> /tools/parse.f2fs
> /tools/f2fscrypt
> +
> +# cscope files
> +cscope.*
> +ncscope.*
>