From 2445aa72a975c8c5719bd5d63bc574e31b167106 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 8 Dec 2023 16:06:52 +0000 Subject: [PATCH] Update gitignore Add all the .in files handled in the Makefile, drop never present binary objects and adjust the to look at dist folder in the top directory. Bits like temporary editor files - *~ *.swp or others - should be handled by the end-user. There're dozen of editors and naming schemes out there and adding all the variations to every project does not scale. See `man gitignore` how to set local excludes. Signed-off-by: Emil Velikov --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abf02c5f..cfa886b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -dist/* -*.o +/dist dkms dkms.8 +dkms_autoinstaller +dkms.service +kernel_install.d_dkms +kernel_postinst.d_dkms