diff options
author | aarian93p <aleahmad@hpds.ir> | 2016-09-21 09:55:57 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 09:55:57 +0330 |
commit | a080e3676747f4aa1b7ba2a0300abea7d2be421e (patch) | |
tree | 50b810404284c384d5a0f125cdac8c3102a2bd79 | |
parent | afbff9027d02ccfc680e031f6c295f79ad61662d (diff) | |
download | gitignore-a080e3676747f4aa1b7ba2a0300abea7d2be421e.tar.gz gitignore-a080e3676747f4aa1b7ba2a0300abea7d2be421e.zip |
Added kernel module compilation results
Adds kernel module compile to the ignore list.
-rw-r--r-- | C.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
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 |