readme: setup github pages to overcome 512k limit

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-05 00:00:00 +00:00
parent c98d93f7f7
commit de1457c932
9 changed files with 384 additions and 51 deletions

24
.gitignore vendored
View File

@@ -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