From 38c6f95c94830ed8eb6c6678e303480257cf3cf5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 24 Jan 2026 23:51:04 +0100 Subject: pkgs/mpdpopm: Init This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd. --- pkgs/by-name/mp/mpdpopm/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkgs/by-name/mp/mpdpopm/.gitignore (limited to 'pkgs/by-name/mp/mpdpopm/.gitignore') diff --git a/pkgs/by-name/mp/mpdpopm/.gitignore b/pkgs/by-name/mp/mpdpopm/.gitignore new file mode 100644 index 00000000..c80d7eef --- /dev/null +++ b/pkgs/by-name/mp/mpdpopm/.gitignore @@ -0,0 +1,16 @@ +# Mpdpopm - A mpd rating tracker +# +# Copyright (C) 2026 Benedikt Peetz, Michael Herstine +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# This file is part of Mpdpopm. +# +# You should have received a copy of the License along with this program. +# If not, see . + +# build +/target +/result + +# dev env +.direnv -- cgit 1.4.1