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
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.*
>