2018-05-30 07:05:46

by Yunlong Song

[permalink] [raw]
Subject: [PATCH] f2fs-tools: fix to ignore sg_write_buffer in git

Add tools/sg_write_buffer/sg_write_buffer to .gitignore.

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

diff --git a/.gitignore b/.gitignore
index d5ca55d..3f04e85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ stamp-h1
/tools/fibmap.f2fs
/tools/parse.f2fs
/tools/f2fscrypt
+/tools/sg_write_buffer/sg_write_buffer

# cscope files
cscope.*
--
1.8.5.2



2018-05-30 14:33:24

by Chao Yu

[permalink] [raw]
Subject: Re: [PATCH] f2fs-tools: fix to ignore sg_write_buffer in git

On 2018/5/30 15:03, Yunlong Song wrote:
> Add tools/sg_write_buffer/sg_write_buffer to .gitignore.
>
> Signed-off-by: Yunlong Song <[email protected]>

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

Thanks,