mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -25,8 +25,11 @@ __pycache__
|
|||||||
# Accidents.
|
# Accidents.
|
||||||
/core
|
/core
|
||||||
/m5out
|
/m5out
|
||||||
|
|
||||||
|
# In-tree userland builds.
|
||||||
*.o
|
*.o
|
||||||
*.out
|
*.out
|
||||||
|
*.so
|
||||||
|
|
||||||
# Kernel modules.
|
# Kernel modules.
|
||||||
*.ko
|
*.ko
|
||||||
@@ -40,3 +43,7 @@ modules.order
|
|||||||
|
|
||||||
# node.js
|
# node.js
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# Performance profiling stuff.
|
||||||
|
perf.data
|
||||||
|
callgrind.out.*
|
||||||
|
|||||||
1132
index.html
1132
index.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user