From 49111cdc4f58c844e315befb10b4b3db830eb143 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 19 Jan 2014 04:29:59 +0100 Subject: gitignore: ignore files generated by 'make test' Signed-off-by: Bartosz Golaszewski Signed-off-by: Denys Vlasenko --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3