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) |
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 core .gdb_history .gdbinit + +# +# testing output +# +/busybox.links +/runtest-tempdir-links |