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>
This commit is contained in:
parent
40aadf8b09
commit
d14cc6be00
|
|
@ -31,3 +31,7 @@ series
|
||||||
.gdbinit
|
.gdbinit
|
||||||
.gdb_history
|
.gdb_history
|
||||||
*.gdb
|
*.gdb
|
||||||
|
|
||||||
|
# tests
|
||||||
|
testsuite/results
|
||||||
|
testsuite/iproute2/iproute2-this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue