diff options
author | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:12:26 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:12:26 +0000 |
commit | d2efdbf6bb91229d043303b1694fefae79ea6fe7 (patch) | |
tree | bc256da2d24eaf978af4a04cd45f79045c0b745d /.gitignore | |
parent | 36e6dc7bc8c21db2f8fa63c96b3e3aa23886e056 (diff) |
Fix building on Windows (mostly).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e9d91b29b..2790ac8c2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ /src/modules/m_ssl_mbedtls.cpp /src/modules/m_ssl_openssl.cpp +/win/Win32 +/win/*.dir |