From 844f267a02102ae281a9cddf66617f42336ca373 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Tue, 6 Aug 2024 17:11:49 -0700 Subject: [PATCH] updated gitignore --- .gitignore | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 4c79867..a9c5877 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ /debian/nagios-plugins-ets -/debian/src -# src /nagios-plugins-ets_* /debian/.debhelper /debian/nagios-plugins-ets -/src/*.c -/src/.gitignore -/src/check_service -/src/check_smartctl -/src/check_smartctl.1 -/src/*.py* -/src/*.sh -/src/Makefile +/*.c +/.gitignore +/check_service +/check_smartctl +/check_smartctl.1 +/*.py* +/*.sh +/Makefile +/output +/debian/files +/debian/nagios-plugins-ets.*