Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: support building on Windows | Johannes Schindelin | 2021-02-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | add .gitignore files | Mike Frysinger | 2009-05-05 | 1 | -0/+4 |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |