From a080e3676747f4aa1b7ba2a0300abea7d2be421e Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 09:55:57 +0330 Subject: [PATCH] Added kernel module compilation results Adds kernel module compile to the ignore list. --- C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C.gitignore b/C.gitignore index 7a065c70..d93756fe 100644 --- a/C.gitignore +++ b/C.gitignore @@ -34,3 +34,10 @@ # Debug files *.dSYM/ *.su + +# Kernel Module Compile Results +*.mod.c +modules.order +Module.symvers +Mkfile.old +dkms.conf