diff options
author | Bartosz Golaszewski <bartekgola@gmail.com> | 2014-01-19 04:29:59 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-01-19 04:29:59 +0100 |
commit | 49111cdc4f58c844e315befb10b4b3db830eb143 (patch) | |
tree | 6c5082bbfd652f6775be9fa86bac93a4b8d1c955 | |
parent | 891b98c9bcb0872465c1f9192b8cbc9779b8d164 (diff) | |
download | busybox-w32-49111cdc4f58c844e315befb10b4b3db830eb143.tar.gz busybox-w32-49111cdc4f58c844e315befb10b4b3db830eb143.tar.bz2 busybox-w32-49111cdc4f58c844e315befb10b4b3db830eb143.zip |
gitignore: ignore files generated by 'make test'
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a0c65bc3..8d6d17601 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -35,3 +35,9 @@ Config.in | |||
35 | core | 35 | core |
36 | .gdb_history | 36 | .gdb_history |
37 | .gdbinit | 37 | .gdbinit |
38 | |||
39 | # | ||
40 | # testing output | ||
41 | # | ||
42 | /busybox.links | ||
43 | /runtest-tempdir-links | ||