From 0306abdda16856ab4b450569a9d7e1e24e7d3cd8 Mon Sep 17 00:00:00 2001 From: Noah Metzger Date: Mon, 28 Jun 2021 19:38:10 -0500 Subject: [PATCH] add premake binary to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6581d58..aa5cb4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /build/qvm_build/output -/build/msvc_2019 \ No newline at end of file +/build/msvc_2019 +/build/premake/premake5.exe