aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: support building on WindowsJohannes Schindelin2021-02-211-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 filesMike Frysinger2009-05-051-0/+4
Signed-off-by: Mike Frysinger <vapier@gentoo.org>