From d14cc6be0004deda9dde806d7748186546b1f99f Mon Sep 17 00:00:00 2001 From: vadimk Date: Mon, 29 Sep 2014 23:35:38 +0300 Subject: [PATCH] tests: Add runtime generated files to .gitignore When make tests then 2 folders are generated: testsuite/results testsuite/iproute2/iproute2-this Signed-off-by: Vadim Kochan --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3ba2632f..5d1e1897 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ series .gdbinit .gdb_history *.gdb + +# tests +testsuite/results +testsuite/iproute2/iproute2-this