[PATCH] .gitignore: ignore files generated by 'make test'

Bartosz Golaszewski bartekgola at gmail.com
Sat Jan 18 14:50:23 UTC 2014


Signed-off-by: Bartosz Golaszewski <bartekgola at gmail.com>
---
 .gitignore |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0a0c65b..8d6d176 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,9 @@ Config.in
 core
 .gdb_history
 .gdbinit
+
+#
+# testing output
+#
+/busybox.links
+/runtest-tempdir-links
-- 
1.7.10.4



More information about the busybox mailing list