From: vadimk Date: Mon, 29 Sep 2014 20:35:38 +0000 (+0300) Subject: tests: Add runtime generated files to .gitignore X-Git-Tag: v3.17.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d14cc6be0004deda9dde806d7748186546b1f99f;p=thirdparty%2Fiproute2.git 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 --- diff --git a/.gitignore b/.gitignore index 3ba2632f7..5d1e18979 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ series .gdbinit .gdb_history *.gdb + +# tests +testsuite/results +testsuite/iproute2/iproute2-this