aboutgitcodebugslistschat
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-09-02 12:04:31 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-09-07 11:01:22 +0200
commit55679a16af441344eacc95ae8d5e952aae2313b0 (patch)
tree40b5248161773179beac31969d447a3d058c2005 /.gitignore
parentb2ee37ad38fe6629b4648e18ca4dd338ac9c017d (diff)
downloadpasst-55679a16af441344eacc95ae8d5e952aae2313b0.tar
passt-55679a16af441344eacc95ae8d5e952aae2313b0.tar.gz
passt-55679a16af441344eacc95ae8d5e952aae2313b0.tar.bz2
passt-55679a16af441344eacc95ae8d5e952aae2313b0.tar.lz
passt-55679a16af441344eacc95ae8d5e952aae2313b0.tar.xz
passt-55679a16af441344eacc95ae8d5e952aae2313b0.tar.zst
passt-55679a16af441344eacc95ae8d5e952aae2313b0.zip
gitignore pidfiles other than passt.pid
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 <david@gibson.dropbear.id.au>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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