diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-09-19 13:36:39 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-09-19 13:36:39 +0200 |
| commit | f65b3d7f557a2fa6414cf762dbe73f1dfca2864b (patch) | |
| tree | ad40139ef37fee51f01c15371c5ad8b0b409cf07 | |
| parent | d2a29bce0063bf8d3669a1886668dade086d3725 (diff) | |
| download | mullvadvpn-f65b3d7f557a2fa6414cf762dbe73f1dfca2864b.tar.xz mullvadvpn-f65b3d7f557a2fa6414cf762dbe73f1dfca2864b.zip | |
Add sslocal[.exe] to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 85e2308d15..790c342024 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ /dist-assets/talpid_openvpn_plugin.dll /dist-assets/openvpn /dist-assets/openvpn.exe +/dist-assets/sslocal +/dist-assets/sslocal.exe /windows/**/bin/ /android/keystore.properties /android/local.properties |
