diff mbox series

add testcases/lib/tst_supported_fs to .gititnore

Message ID 20180724082530.18646-1-mmoese@suse.de
State Accepted
Headers show
Series add testcases/lib/tst_supported_fs to .gititnore | expand

Commit Message

Michael Moese July 24, 2018, 8:25 a.m. UTC
The binary tst_supported_fs was missing in the .gitinore file
in testcases/lib, so it should be added.

Signed-off-by: Michael Moese <mmoese@suse.de>
---
 testcases/lib/.gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Xiao Yang July 24, 2018, 8:32 a.m. UTC | #1
Hi Michael,

Good catch.  It looks good to me.
Reviewed-by: Xiao Yang <yangx.jy@cn.fujitsu.com>

Thanks,
Xiao Yang
On 2018/07/24 16:25, Michael Moese wrote:
> The binary tst_supported_fs was missing in the .gitinore file
> in testcases/lib, so it should be added.
>
> Signed-off-by: Michael Moese<mmoese@suse.de>
> ---
>   testcases/lib/.gitignore | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/testcases/lib/.gitignore b/testcases/lib/.gitignore
> index 997940006..a9034e401 100644
> --- a/testcases/lib/.gitignore
> +++ b/testcases/lib/.gitignore
> @@ -7,4 +7,5 @@
>   /tst_net_iface_prefix
>   /tst_net_ip_prefix
>   /tst_net_vars
> -/tst_getconf
> \ No newline at end of file
> +/tst_getconf
> +/tst_supported_fs
Cyril Hrubis July 24, 2018, 9:02 a.m. UTC | #2
Hi!
Pushed, thanks.
diff mbox series

Patch

diff --git a/testcases/lib/.gitignore b/testcases/lib/.gitignore
index 997940006..a9034e401 100644
--- a/testcases/lib/.gitignore
+++ b/testcases/lib/.gitignore
@@ -7,4 +7,5 @@ 
 /tst_net_iface_prefix
 /tst_net_ip_prefix
 /tst_net_vars
-/tst_getconf
\ No newline at end of file
+/tst_getconf
+/tst_supported_fs