diff options
author | Ron Yorston <rmy@pobox.com> | 2021-03-10 08:57:42 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-03-10 09:00:58 +0000 |
commit | 35f7c5e6e8519ca16363c799fb1b112edf1eb12b (patch) | |
tree | 48d6d8f7e31b568033c5da64c28613c3492997a8 /.gitignore | |
parent | 9da193543f73e3e3c97a40221959e5ea2aea2054 (diff) | |
download | busybox-w32-35f7c5e6e8519ca16363c799fb1b112edf1eb12b.tar.gz busybox-w32-35f7c5e6e8519ca16363c799fb1b112edf1eb12b.tar.bz2 busybox-w32-35f7c5e6e8519ca16363c799fb1b112edf1eb12b.zip |
build system: add support for 'make bloatcheck'
Plus a few other make targets that make measurements on the binary.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cc485189e..764cc058a 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -20,6 +20,7 @@ Config.in | |||
20 | /busybox | 20 | /busybox |
21 | /busybox.exe | 21 | /busybox.exe |
22 | /busybox_old | 22 | /busybox_old |
23 | /busybox_old.exe | ||
23 | /busybox_unstripped* | 24 | /busybox_unstripped* |
24 | win32/resources/busybox-w32.manifest | 25 | win32/resources/busybox-w32.manifest |
25 | 26 | ||