[LTP] [PATCH] add testcases/lib/tst_supported_fs to .gititnore
Michael Moese
mmoese@suse.de
Tue Jul 24 10:25:30 CEST 2018
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
--
2.18.0
More information about the ltp
mailing list