From e122d05af5a76f237781da18787a9d96ab0dec3a Mon Sep 17 00:00:00 2001 From: Pasha Bibko Date: Mon, 11 Aug 2025 13:12:22 +0100 Subject: [PATCH] Updated gitignore to work on Linux --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index decae41..304831b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,10 @@ build/ *.ilk *.pdb +# Linux binary files to exclude # +PashaBibko-UTIL-Example +LXC_Tests +lxc + # Ignores the log output file of the .exe # *.log