From e191577afb2aa479986a7712a5d9d2d3f4d57d68 Mon Sep 17 00:00:00 2001 From: Gabik21 Date: Sun, 29 Sep 2019 22:07:49 +0200 Subject: [PATCH] Fix typo in gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index de5e97e42..74b81462f 100644 --- a/.gitignore +++ b/.gitignore @@ -87,5 +87,5 @@ run/ plugins/ ### Natives stuff ### -natives/mbedtls -natives/zlib-ng \ No newline at end of file +native/mbedtls +native/zlib-ng