From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH v2 1/4] gitignore pidfiles other than passt.pid Date: Fri, 02 Sep 2022 12:04:31 +1000 Message-ID: <20220902020434.24238-2-david@gibson.dropbear.id.au> In-Reply-To: <20220902020434.24238-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4199044743011676137==" --===============4199044743011676137== 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 --===============4199044743011676137==--