diff options
author | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-07-24 16:43:10 +0100 |
commit | 958ba292aab941d81b4d89dedc92ba78ace6b1ad (patch) | |
tree | f10caea34bb23a61be8de468a7e3f6fae16363bd /.gitignore | |
parent | 43dd125914c7cc4656cf06b23230031e3444c5ff (diff) | |
download | busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.gz busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.tar.bz2 busybox-w32-958ba292aab941d81b4d89dedc92ba78ace6b1ad.zip |
win32: rename resource files
Since more than just icon resources are now provided give various
files more appropriate names.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2a7f2f79b..eeb5c2182 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -21,6 +21,7 @@ Config.in | |||
21 | /busybox.exe | 21 | /busybox.exe |
22 | /busybox_old | 22 | /busybox_old |
23 | /busybox_unstripped* | 23 | /busybox_unstripped* |
24 | win32/resources/busybox-w32.manifest | ||
24 | 25 | ||
25 | # | 26 | # |
26 | # Backups / patches | 27 | # Backups / patches |