From 5db9a6142668352466ccc00ee44b169e081ac4e7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 22 Jan 2026 18:54:51 +0100 Subject: [PATCH 1/2] build: remove obsolete 'nvme' ignore The entry is confusing tools which index the source code as it matches with the libnvme name. Thus just remove it as the binary will be in the build directory not the source root. Signed-off-by: Daniel Wagner --- .gitignore | 1 - libnvme/libnvme/.gitignore | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 libnvme/libnvme/.gitignore diff --git a/.gitignore b/.gitignore index 2d2a793e38..ffa123631e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -nvme *.xml a.out *.o diff --git a/libnvme/libnvme/.gitignore b/libnvme/libnvme/.gitignore deleted file mode 100644 index e943f50cdf..0000000000 --- a/libnvme/libnvme/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -build/ -__pycache__/ -nvme.py -nvme_wrap.c From e7f648c222188751ada0fdf220fc07636a055d06 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 22 Jan 2026 19:12:44 +0100 Subject: [PATCH 2/2] docs: update readme to include more badges Migrate a few of the badges from libnvme over to nvme-cli. We like badges! Signed-off-by: Daniel Wagner --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd35d42cba..d0ca16747f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ ![Coverity Scan Build Status](https://scan.coverity.com/projects/24883/badge.svg) ![MesonBuild](https://github.com/linux-nvme/nvme-cli/actions/workflows/build.yml/badge.svg) ![GitHub](https://img.shields.io/github/license/linux-nvme/nvme-cli) +![GitHub](https://img.shields.io/github/license/linux-nvme/libnvme) +![PyBuild](https://github.com/linux-nvme/nvme-cli/actions/workflows/libnvme-release-python.yml/badge.svg) +[![PyPI](https://img.shields.io/pypi/v/libnvme)](https://pypi.org/project/libnvme/) +[![PyPI - Wheel](https://img.shields.io/pypi/wheel/libnvme)](https://pypi.org/project/libnvme/) +[![codecov](https://codecov.io/gh/linux-nvme/nvme-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/linux-nvme/nvme-cli) +[![Read the libnvme Docs](https://img.shields.io/readthedocs/libnvme)](https://libnvme.readthedocs.io/en/latest/) NVM-Express user space tooling for Linux.