diff options
author | Hans Nilsson <[email protected]> | 2018-11-01 12:09:29 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-11-01 12:09:29 +0100 |
commit | f3fabd6be8706d6ac3d6a843e1b19bf791f3510b (patch) | |
tree | 490aafb6d60306c72f60d8812d3b6825d0454e72 | |
parent | c5e3518d1d65a13f8aa354d0575c90eae9fe3deb (diff) | |
parent | 2db2f73b8125bded9cd75f8962ffc63c95b38024 (diff) | |
download | otp-f3fabd6be8706d6ac3d6a843e1b19bf791f3510b.tar.gz otp-f3fabd6be8706d6ac3d6a843e1b19bf791f3510b.tar.bz2 otp-f3fabd6be8706d6ac3d6a843e1b19bf791f3510b.zip |
Merge branch 'hans/ssh/gitignore' into maint
* hans/ssh/gitignore:
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 + |