From 8c3302f514431c534b37c892f9934139f397891a Mon Sep 17 00:00:00 2001 From: Peter Wittich Date: Wed, 13 Mar 2019 16:50:24 -0400 Subject: [PATCH] Update .gitignore remove kernel module settings that were causing some cmd files to be skipped --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0256bb24..2a8bac39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # backup files *~ +\#*\# # Prerequisites *.d @@ -49,11 +50,3 @@ *.idb *.pdb -# Kernel Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf