From a080e3676747f4aa1b7ba2a0300abea7d2be421e Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 09:55:57 +0330 Subject: [PATCH 1/2] 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 From b7e6ce66c701ac11cc2eff352f03ded64fc2287b Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 10:04:49 +0330 Subject: [PATCH 2/2] More kernel module compilation results Added a few missed files from kernel compilation results --- C.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C.gitignore b/C.gitignore index d93756fe..06e97ff4 100644 --- a/C.gitignore +++ b/C.gitignore @@ -36,7 +36,8 @@ *.su # Kernel Module Compile Results -*.mod.c +*.mod* +*.cmd modules.order Module.symvers Mkfile.old