linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
@ 2021-08-18  4:35 Huang Jianan via Linux-erofs
  2021-08-18 16:49 ` Gao Xiang
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Jianan via Linux-erofs @ 2021-08-18  4:35 UTC (permalink / raw)
  To: linux-erofs; +Cc: yh, kevin.liw, guoweichao, guanyuewei

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8bdd505..0e54836 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,4 +27,5 @@ configure.scan
 libtool
 stamp-h
 stamp-h1
-
+mkfs.erofs
+erofsfuse
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
  2021-08-18  4:35 [PATCH] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore Huang Jianan via Linux-erofs
@ 2021-08-18 16:49 ` Gao Xiang
  2021-08-19  2:06   ` Huang Jianan via Linux-erofs
  0 siblings, 1 reply; 5+ messages in thread
From: Gao Xiang @ 2021-08-18 16:49 UTC (permalink / raw)
  To: Huang Jianan; +Cc: yh, kevin.liw, guoweichao, linux-erofs, guanyuewei

On Wed, Aug 18, 2021 at 12:35:39PM +0800, Huang Jianan via Linux-erofs wrote:
> ---
>  .gitignore | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 8bdd505..0e54836 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -27,4 +27,5 @@ configure.scan
>  libtool
>  stamp-h
>  stamp-h1
> -
> +mkfs.erofs
> +erofsfuse

Should it be written as
/mkfs/mkfs.erofs
/fuse/erofsfuse

?

Thanks,
Gao Xiang

> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
  2021-08-18 16:49 ` Gao Xiang
@ 2021-08-19  2:06   ` Huang Jianan via Linux-erofs
  2021-08-19  2:09     ` [PATCH v2] " Huang Jianan via Linux-erofs
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Jianan via Linux-erofs @ 2021-08-19  2:06 UTC (permalink / raw)
  To: Gao Xiang; +Cc: yh, kevin.liw, guoweichao, linux-erofs, guanyuwei


On 2021/8/19 0:49, Gao Xiang wrote:
> On Wed, Aug 18, 2021 at 12:35:39PM +0800, Huang Jianan via Linux-erofs wrote:
>> ---
>>   .gitignore | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/.gitignore b/.gitignore
>> index 8bdd505..0e54836 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -27,4 +27,5 @@ configure.scan
>>   libtool
>>   stamp-h
>>   stamp-h1
>> -
>> +mkfs.erofs
>> +erofsfuse
> Should it be written as
> /mkfs/mkfs.erofs
> /fuse/erofsfuse
>
> ?
>
> Thanks,
> Gao Xiang

I thought these two files won't be repeated in other directories...

I will send a v2 to limit the path.


Thanks,

Jianan

>> -- 
>> 2.25.1
>>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
  2021-08-19  2:06   ` Huang Jianan via Linux-erofs
@ 2021-08-19  2:09     ` Huang Jianan via Linux-erofs
  2021-08-20  6:27       ` Gao Xiang
  0 siblings, 1 reply; 5+ messages in thread
From: Huang Jianan via Linux-erofs @ 2021-08-19  2:09 UTC (permalink / raw)
  To: linux-erofs; +Cc: kevin.liw, yh, guanyuwei, xiang, guoweichao

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8bdd505..7bc3f58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,4 +27,5 @@ configure.scan
 libtool
 stamp-h
 stamp-h1
-
+/mkfs/mkfs.erofs
+/fuse/erofsfuse
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore
  2021-08-19  2:09     ` [PATCH v2] " Huang Jianan via Linux-erofs
@ 2021-08-20  6:27       ` Gao Xiang
  0 siblings, 0 replies; 5+ messages in thread
From: Gao Xiang @ 2021-08-20  6:27 UTC (permalink / raw)
  To: Huang Jianan; +Cc: kevin.liw, yh, guanyuwei, xiang, guoweichao, linux-erofs

On Thu, Aug 19, 2021 at 10:09:46AM +0800, Huang Jianan wrote:

Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>

Thanks,
Gao Xiang

> ---
>  .gitignore | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 8bdd505..7bc3f58 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -27,4 +27,5 @@ configure.scan
>  libtool
>  stamp-h
>  stamp-h1
> -
> +/mkfs/mkfs.erofs
> +/fuse/erofsfuse
> -- 
> 2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-20  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  4:35 [PATCH] erofs-utils: add mkfs.erofs and erofsfuse to .gitignore Huang Jianan via Linux-erofs
2021-08-18 16:49 ` Gao Xiang
2021-08-19  2:06   ` Huang Jianan via Linux-erofs
2021-08-19  2:09     ` [PATCH v2] " Huang Jianan via Linux-erofs
2021-08-20  6:27       ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).