-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fe359e5
Showing
932 changed files
with
24,780 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[hooks] | ||
pre-commit = "cargo test" | ||
|
||
[logging] | ||
verbose = true |
Oops, something went wrong.