mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: setup github pages to overcome 512k limit
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1,4 +1,8 @@
|
||||
# Extensions and prefixes.
|
||||
# Important directories.
|
||||
/out
|
||||
/data
|
||||
|
||||
# Temporary files.
|
||||
*.tmp
|
||||
tmp.*
|
||||
*.tmp.*
|
||||
@@ -6,12 +10,11 @@ tmp.*
|
||||
*.gitignore
|
||||
gitignore.*
|
||||
|
||||
# Specific files.
|
||||
/data
|
||||
/gem5/out
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#prebuilt
|
||||
/lkmc-*.zip
|
||||
/out
|
||||
/out.*
|
||||
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#bst-vs-heap-vs-hashmap
|
||||
*.dat
|
||||
|
||||
# Python trash.
|
||||
*.pyc
|
||||
@@ -23,15 +26,12 @@ __pycache__
|
||||
*.o
|
||||
*.out
|
||||
|
||||
# Data to be plotted output.
|
||||
*.dat
|
||||
|
||||
# Kernel modules.
|
||||
.cache.mk
|
||||
*.ko
|
||||
*.ko.cmd
|
||||
*.mod.c
|
||||
*.o.cmd
|
||||
.cache.mk
|
||||
.tmp_versions
|
||||
Module.symvers
|
||||
*.ko
|
||||
*.mod.c
|
||||
modules.order
|
||||
|
||||
Reference in New Issue
Block a user