diff options
author | Bartosz Golaszewski <bartekgola at gmail.com> | 2014-11-26 13:28:54 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-11-26 13:28:54 +0100 |
commit | eff58f15b05733eb10b8a579fd495cf4ca3b1493 (patch) | |
tree | 8feb59b4602c505f5a1ede47b6e9a599c8a17598 | |
parent | 298fabaefcdb79037d0dd33ba331369586690202 (diff) | |
download | busybox-w32-eff58f15b05733eb10b8a579fd495cf4ca3b1493.tar.gz busybox-w32-eff58f15b05733eb10b8a579fd495cf4ca3b1493.tar.bz2 busybox-w32-eff58f15b05733eb10b8a579fd495cf4ca3b1493.zip |
gitignore: add testsuite/echo-ne
Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d6d17601..73e88fb5b 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -41,3 +41,4 @@ core | |||
41 | # | 41 | # |
42 | /busybox.links | 42 | /busybox.links |
43 | /runtest-tempdir-links | 43 | /runtest-tempdir-links |
44 | /testsuite/echo-ne | ||