From 6e859c0b5b47e7008a96841507d2c6a130383085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20D=C3=BCsterhaupt?= Date: Sun, 22 Feb 2026 16:17:03 +0100 Subject: [PATCH] .gitignore has been added --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..521e55f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Build artifacts +buildroot/ +rpmbuild/ +*.tar.gz +*.rpm +*.src.rpm + +# Editor/OS files +*~ +.DS_Store