diff mbox

xfsprogs: add xfs_spaceman to .gitignore

Message ID 20171015032546.4503-1-zlang@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Zorro Lang Oct. 15, 2017, 3:25 a.m. UTC
The new binary xfs_spaceman isn't in .gitignore, so ignore it in
this patch.

Signed-off-by: Zorro Lang <zlang@redhat.com>
---

Hi,

If you don't think it's worth fixing it in a single patch, feel free
to fix it in next xfs_spaceman related patchset :)

Thanks,
Zorro

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Darrick J. Wong Oct. 16, 2017, 6:36 p.m. UTC | #1
On Sun, Oct 15, 2017 at 11:25:46AM +0800, Zorro Lang wrote:
> The new binary xfs_spaceman isn't in .gitignore, so ignore it in
> this patch.
> 
> Signed-off-by: Zorro Lang <zlang@redhat.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

> ---
> 
> Hi,
> 
> If you don't think it's worth fixing it in a single patch, feel free
> to fix it in next xfs_spaceman related patchset :)
> 
> Thanks,
> Zorro
> 
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 913b371f..e839e2a1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -67,6 +67,7 @@ cscope.*
>  /quota/xfs_quota
>  /repair/xfs_repair
>  /rtcp/xfs_rtcp
> +/spaceman/xfs_spaceman
>  
>  # generated crc files
>  /libxfs/crc32selftest
> -- 
> 2.13.6
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 913b371f..e839e2a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@  cscope.*
 /quota/xfs_quota
 /repair/xfs_repair
 /rtcp/xfs_rtcp
+/spaceman/xfs_spaceman
 
 # generated crc files
 /libxfs/crc32selftest