From 379e128a3a4f5343cbd4a9f1be3538cf76af82e2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 20 Feb 2021 22:33:16 +0100 Subject: .gitignore: support building on Windows These items are already listed, albeit without `.exe` suffix. Presumably, this is because BusyBox-w32 is traditionally cross-compiled on Linux. However, we are about to introduce a CI build definition that builds BusyBox-w32 in MSYS2 (using mingw-w64-gcc), meaning that those executables might very well exist _with_ `.exe` suffix. Let's ignore those, too. Signed-off-by: Johannes Schindelin --- scripts/basic/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/basic') diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore index d91e941a4..3d20e4f15 100644 --- a/scripts/basic/.gitignore +++ b/scripts/basic/.gitignore @@ -2,3 +2,6 @@ hash fixdep docproc split-include +/docproc.exe +/fixdep.exe +/split-include.exe -- cgit v1.2.3-55-g6feb