From 8c546dbdd54861ebfae3ff3286e3a0f5651397fe Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Mon, 11 Mar 2019 14:25:01 -0500 Subject: [PATCH] Generalize .fiotest ignore This file is placed in the directory from which the gate was run so if the gate is not run from the root e.g. from `tools`, then the existing ignore rule was not sufficient. Change-Id: I01d495b36c12b4b99b7caf03fc6ab79158061992 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e67afe0e..806d3c29 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ __pycache__ /ChangeLog # Additional gate artifacts -/.fiotest +.fiotest