This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-27 00:00:00 +00:00
parent 4680b76b6e
commit b2abb5fbb0
2 changed files with 950 additions and 189 deletions

7
.gitignore vendored
View File

@@ -25,8 +25,11 @@ __pycache__
# Accidents.
/core
/m5out
# In-tree userland builds.
*.o
*.out
*.so
# Kernel modules.
*.ko
@@ -40,3 +43,7 @@ modules.order
# node.js
node_modules
# Performance profiling stuff.
perf.data
callgrind.out.*