diff mbox

f2fs-tools: add cscope files to .gitignore

Message ID 1504789755-145944-1-git-send-email-yunlong.song@huawei.com (mailing list archive)
State New, archived
Headers show

Commit Message

Yunlong Song Sept. 7, 2017, 1:09 p.m. UTC
Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Chao Yu Sept. 11, 2017, 10:32 a.m. UTC | #1
On 2017/9/7 21:09, Yunlong Song wrote:
> Signed-off-by: Yunlong Song <yunlong.song@huawei.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

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

Patch

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