From acf6be1749908c04dcb44ae9c8348e5fd3bdd0c3 Mon Sep 17 00:00:00 2001 From: Roman Zenka Date: Thu, 16 May 2024 16:47:26 -0500 Subject: [PATCH 1/2] Ignore Linux build results --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0cc61b94712..ad2e1dad54a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ *.out *.app +# Linux build results +/build-linux-* + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. From f8a4c640908551a6eed9c5411f2413f29dbca70b Mon Sep 17 00:00:00 2001 From: Roman Zenka Date: Thu, 16 May 2024 16:48:18 -0500 Subject: [PATCH 2/2] Remove executable permission from quickbuild.bat since Windows ignores it anyway and this will make tab completion easier on Linux and MacOS --- quickbuild.bat | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 quickbuild.bat diff --git a/quickbuild.bat b/quickbuild.bat old mode 100755 new mode 100644