diff options
author | Hans Nilsson <[email protected]> | 2018-11-01 12:05:15 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-11-01 12:08:54 +0100 |
commit | 2db2f73b8125bded9cd75f8962ffc63c95b38024 (patch) | |
tree | 490aafb6d60306c72f60d8812d3b6825d0454e72 | |
parent | c5e3518d1d65a13f8aa354d0575c90eae9fe3deb (diff) | |
download | otp-2db2f73b8125bded9cd75f8962ffc63c95b38024.tar.gz otp-2db2f73b8125bded9cd75f8962ffc63c95b38024.tar.bz2 otp-2db2f73b8125bded9cd75f8962ffc63c95b38024.zip |
ssh: Add local .gitignore in lib/ssh/test
-rw-r--r-- | lib/ssh/test/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssh/test/.gitignore b/lib/ssh/test/.gitignore new file mode 100644 index 0000000000..c9d5f086b3 --- /dev/null +++ b/lib/ssh/test/.gitignore @@ -0,0 +1,5 @@ + + +property_test/ssh_eqc_client_server_dirs/system +property_test/ssh_eqc_client_server_dirs/user + |