Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HQ1995 committed Mar 3, 2024
0 parents commit fe359e5
Show file tree
Hide file tree
Showing 932 changed files with 24,780 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# binaries
secalloc/target/
/rust-kernel-macros/target/
shared/*/target
target

# misc
.rustc_info.json
.DS_Store
__handlers__

# coverage report
tarparlin*
*profraw
*profdata
perf.data*

#kernel
rust-linux
Module.symvers
*.cpio.gz
*.cpio
*.rmeta
*.mod
*.cmd
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.xz
*.lzo
*.patch
*.gcno
5 changes: 5 additions & 0 deletions .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[hooks]
pre-commit = "cargo test"

[logging]
verbose = true
Loading

0 comments on commit fe359e5

Please sign in to comment.