From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH 1/4] gitignore pidfiles other than passt.pid Date: Thu, 01 Sep 2022 23:08:02 +1000 Message-ID: <20220901130805.3938040-2-david@gibson.dropbear.id.au> In-Reply-To: <20220901130805.3938040-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1360087715801051970==" --===============1360087715801051970== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The tests now use a number of pidfiles for qemu and pasta as well as passt.pid. Broaden the .gitignore file so these aren't unintentially committed. Signed-off-by: David Gibson --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4aab0f6..9b17f12 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ /qrap /pasta.1 /seccomp.h -/passt.pid +/*.pid README.plain.md -- 2.37.2 --===============1360087715801051970==--