summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorvadimk <vadim4j@gmail.com>2014-09-29 23:35:38 +0300
committerStephen Hemminger <shemming@brocade.com>2014-10-09 08:24:00 -0700
commitd14cc6be0004deda9dde806d7748186546b1f99f (patch)
treebfac6a94c4e4ba5cf4a53fa79831fe0ba7ab3506 /.gitignore
parent40aadf8b091a4027db3d166af6f9d59e62155b16 (diff)
downloadiproute2-d14cc6be0004deda9dde806d7748186546b1f99f.tar.gz
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 <vadim4j@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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