From 65e47c4284ee6e0b146a47ad91e44b00fad297c3 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Fri, 17 May 2024 21:15:09 +0200 Subject: [PATCH] exclude zips and common things --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index bd1e6464..d2f641af 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,15 @@ tools/migrate_gse/bin/ tools/migrate_gse/**/__pycache__/ third-party/ + +# zips +premake.zip +premake.tar.gz + +# linux +example.so +premake +libluasocket.so + +# win +premake/ \ No newline at end of file