From abb71ebfd3c81ffa6fb966fa99c65857a9cd3c59 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Mon, 5 Aug 2024 18:57:24 +0100 Subject: [PATCH] - added third-party folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7b22ecfe..17236f74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ build/ /Debug/ +third_party/mbedtls +third_party/winpcap +third_party/sqlite