mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
host kernel module works
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -21,3 +21,13 @@ __pycache__
|
||||
/m5out
|
||||
*.o
|
||||
*.out
|
||||
|
||||
# Kernel modules.
|
||||
.cache.mk
|
||||
*.ko.cmd
|
||||
*.o.cmd
|
||||
.tmp_versions
|
||||
Module.symvers
|
||||
*.ko
|
||||
*.mod.c
|
||||
modules.order
|
||||
|
||||
Reference in New Issue
Block a user