Message ID | 20180724082530.18646-1-mmoese@suse.de |
---|---|
State | Accepted |
Headers | show |
Series | add testcases/lib/tst_supported_fs to .gititnore | expand |
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
Hi! Pushed, thanks.
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
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(-)