diff options
author | Hans Nilsson <[email protected]> | 2018-11-01 12:09:42 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-11-01 12:09:42 +0100 |
commit | 6df8d04126a617708ab1abca1be81202cf6ec4e7 (patch) | |
tree | 1382632025147a9028890395d48ebc4dded46c8e | |
parent | e869c3b6ba3cf83025cd1aa376900fb3b605d572 (diff) | |
parent | f3fabd6be8706d6ac3d6a843e1b19bf791f3510b (diff) | |
download | otp-6df8d04126a617708ab1abca1be81202cf6ec4e7.tar.gz otp-6df8d04126a617708ab1abca1be81202cf6ec4e7.tar.bz2 otp-6df8d04126a617708ab1abca1be81202cf6ec4e7.zip |
Merge branch 'maint'
* maint:
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 + |